public static class Base64.OutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
OutputStream(OutputStream out) |
OutputStream(OutputStream out,
int options) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flushBase64() |
void |
resumeEncoding() |
void |
suspendEncoding() |
void |
write(byte[] theBytes,
int off,
int len) |
void |
write(int theByte) |
flush, writepublic OutputStream(OutputStream out)
public OutputStream(OutputStream out, int options)
public void write(int theByte)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] theBytes,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void flushBase64()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void suspendEncoding()
throws IOException
IOExceptionpublic void resumeEncoding()
Copyright © 2016. All rights reserved.