public static class Base64.OutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
Base64.OutputStream(OutputStream out) |
Base64.OutputStream(OutputStream out,
boolean encode) |
public Base64.OutputStream(OutputStream out)
public Base64.OutputStream(OutputStream out, boolean encode)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionpublic void write(int theByte)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] theBytes,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionCopyright © 2014. All rights reserved.