public class MIMEBodyPartInputStream extends InputStream
| Constructor and Description |
|---|
MIMEBodyPartInputStream(PushbackInputStream inStream,
byte[] boundary) |
MIMEBodyPartInputStream(PushbackInputStream inStream,
byte[] boundary,
Attachments parent) |
MIMEBodyPartInputStream(PushbackInputStream inStream,
byte[] boundary,
Attachments parent,
int pushbacksize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoundaryStatus() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, reset, skippublic MIMEBodyPartInputStream(PushbackInputStream inStream, byte[] boundary)
inStream - boundary - public MIMEBodyPartInputStream(PushbackInputStream inStream, byte[] boundary, Attachments parent)
inStream - boundary - parent - public MIMEBodyPartInputStream(PushbackInputStream inStream, byte[] boundary, Attachments parent, int pushbacksize)
inStream - boundary - parent - pushbacksize - <= size of pushback buffer on inStreampublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic boolean getBoundaryStatus()
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.