public class Base64OutputStream extends FilterOutputStream implements Base64Consts
outBASE64_CHARS| Constructor and Description |
|---|
Base64OutputStream(OutputStream out)
Creates a new instance of Base64OutputSream
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(int b) |
flush, write, writepublic Base64OutputStream(OutputStream out)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2020. All rights reserved.