public class Base64OutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
Base64OutputStream(OutputStream out,
int flags) |
public Base64OutputStream(OutputStream out, int flags)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2008-2013. All Rights Reserved.