FilterInputStream | +--gnu.mail.util.QPInputStreamKnown Direct Subclasses:
byte[] | A Quoted-Printable decoder stream. |
int | The number of times read() will return a space. |
QPInputStream(InputStream in) Constructor. |
int | Returns the number of bytes that can be read without blocking. |
boolean | Mark is not supported. |
int | read() Read a character from the stream. |
int | read(byte[] bytes, int off, int len) Reads from the underlying stream into the specified byte array. |
protected byte[] buf
protected int spaceCount
public QPInputStream(InputStream in)
public int available()
public boolean markSupported()
public int read()
public int read(byte[] bytes, int off, int len)