FilterOutputStream | +--gnu.mail.util.QPOutputStreamKnown Direct Subclasses:
java.io.FilterOutputStream
QPOutputStream(OutputStream stream, int length) Create a new Quoted Printable Encoding stream. |
QPOutputStream(OutputStream stream) Create a new Quoted Printable Encoding stream with the default 76 bytes per line. |
void | close() Close stream. |
void | flush() Flush encoding buffer. |
void | output(int b, boolean value) ???? |
void | write(byte[] bytes, int offset, int length) Write bytes to encoding stream. |
void | write(byte[] bytes) Write bytes to stream. |
void | write(int b) Write a byte to the stream. |
public QPOutputStream(OutputStream stream)
public QPOutputStream(OutputStream stream, int length)
public void close()
- IO Exception occurredpublic void flush()
- IO Exception occurredprotected void output(int b, boolean value)
- IO Exception occurredpublic void write(byte[] bytes)
- IO Exception occurredpublic void write(byte[] bytes, int offset, int length)
- IO Exception occurredpublic void write(int b)
- IO Exception occurred