public class DecodingBase64OutputStream extends Object
Base64 encoding is defined in Internet RFC 3548, found at http://tools.ietf.org/html/rfc3548 (among other places).
| Constructor and Description |
|---|
DecodingBase64OutputStream(OutputStream stream) |
public DecodingBase64OutputStream(OutputStream stream)
stream - the destination for the decoded bytes.public void write(String data) throws IOException
IllegalStateException - if called after close().IOException - from the inner OutputStream.public void close()
throws IOException
IOException - from the inner OutputStream.Copyright © 2013 DuraSpace. All Rights Reserved.