public class Base64OutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
Base64OutputStream(OutputStream out,
boolean urlSafe) |
public Base64OutputStream(OutputStream out, boolean urlSafe)
public void write(int value)
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 FilterOutputStreamIOExceptionApache CXF