public static final class Base64.OutputStream extends FilterOutputStream
| Constructor and Description |
|---|
OutputStream(OutputStream out) |
OutputStream(OutputStream out,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
finish()
Like
close() but does not close the underlying output stream. |
void |
flush() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public OutputStream(OutputStream out)
public OutputStream(OutputStream out, int bufferSize)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionpublic void finish()
throws IOException
close() but does not close the underlying output stream.IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOException