public class MimeBodyPartInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
MimeBodyPartInputStream(java.io.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) |
public MimeBodyPartInputStream(java.io.PushbackInputStream inStreamParam,
byte[] boundaryParam,
int pbsize)
public int read(byte[] buf,
int origOff,
int origLen)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionprotected int processBuffer(byte[] buffer,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOException