FilterOutputStream | +--gnu.mail.util.Base64OutputStreamKnown Direct Subclasses:
Base64OutputStream(OutputStream out) Default constructor. |
Base64OutputStream(OutputStream out, int lineLength) Constructor. |
void | close() Closes this output stream and releases any system resources associated with this stream. |
void | flush() Flushes this output stream and forces any buffered output bytes to be written out. |
void | write(int c) Writes the specified byte to this output stream. |
void | write(byte[] b) Writes b.length bytes from the specified byte array to this output stream. |
void | write(byte[] b, int off, int len) Writes len bytes from the specified byte array starting at offset off to this output stream. |
public Base64OutputStream(OutputStream out)
public Base64OutputStream(OutputStream out, int lineLength)
public void close()
public void flush()
public void write(byte[] b)
b.length
bytes from the specified byte array
to this output stream.
public void write(byte[] b, int off, int len)
len
bytes from the specified byte array
starting at offset off
to this output stream.
public void write(int c)