public class MimeBodyPartInputStream extends InputStream
Constructor and Description |
---|
MimeBodyPartInputStream(PushbackInputStream inStreamParam,
byte[] boundaryParam,
int pbsize) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected int |
processBuffer(byte[] buffer,
int off,
int len) |
int |
read() |
int |
read(byte[] buf,
int origOff,
int origLen) |
available, mark, markSupported, read, reset, skip
public MimeBodyPartInputStream(PushbackInputStream inStreamParam, byte[] boundaryParam, int pbsize)
public int read(byte[] buf, int origOff, int origLen) throws IOException
read
in class InputStream
IOException
protected int processBuffer(byte[] buffer, int off, int len) throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
Apache CXF