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 FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class FilterOutputStream
IOException
Apache CXF