public static class Base64.EncoderOutputStream extends OutputStream
OutputStream, which is writing to the given
Base64.Encoder.| Constructor and Description |
|---|
EncoderOutputStream(Base64.Encoder pEncoder)
Creates a new instance, which is creating
output using the given
Base64.Encoder. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] pBuffer,
int pOffset,
int pLen) |
void |
write(int b) |
flush, writepublic EncoderOutputStream(Base64.Encoder pEncoder)
Base64.Encoder.pEncoder - The base64 encoder being used.public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] pBuffer,
int pOffset,
int pLen)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2005–2021 Apache Software Foundation. All rights reserved.