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, writepublic Base64OutputStream(OutputStream out)
public void flush() throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionpublic void close() throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void write(int b) throws IOException
write in class FilterOutputStreamIOExceptionpublic byte getBase64Byte(int index)
Copyright ?? 2011-2014 Kitfox Studios. All Rights Reserved.