org.apache.ws.commons.util
public static class Base64.EncoderOutputStream extends OutputStream
| Constructor Summary | |
|---|---|
| EncoderOutputStream(Base64.Encoder pEncoder) Creates a new instance, which is creating
output using the given Encoder. | |
| Method Summary | |
|---|---|
| void | close() |
| void | write(int b) |
| void | write(byte[] pBuffer, int pOffset, int pLen) |
Parameters: pEncoder The base64 encoder being used.