public static class Base64.EncoderOutputStream extends OutputStream
OutputStream
, which is writing to the given
Base64.Encoder
.Constructor and Description |
---|
Base64.EncoderOutputStream(Base64.Encoder pEncoder)
Creates a new instance, which is creating
output using the given
Base64.Encoder . |
public Base64.EncoderOutputStream(Base64.Encoder pEncoder)
Base64.Encoder
.pEncoder
- The base64 encoder being used.public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] pBuffer, int pOffset, int pLen) throws IOException
write
in class OutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
Copyright © 2005-2016 Apache Software Foundation. All Rights Reserved.