public class Base64OutputStream extends FilterOutputStream
out
Constructor and Description |
---|
Base64OutputStream(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
byte |
getBase64Byte(int index) |
void |
write(int b) |
write, write
public Base64OutputStream(OutputStream out)
public void flush() throws IOException
flush
in interface Flushable
flush
in class FilterOutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public byte getBase64Byte(int index)
Copyright ?? 2011-2013 Kitfox Studios. All Rights Reserved.