cryptix.util.mime
public class Base64OutputStream extends FilterOutputStream
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
Since: Cryptix 2.2.2
| Constructor Summary | |
|---|---|
| Base64OutputStream(OutputStream os, boolean check)
If check is true then append a PGP-style checksum immediately
after the base64 portion.
| |
| Base64OutputStream(OutputStream os) Creates a Base64OutputStream with no checksum. | |
| Base64OutputStream(OutputStream os, Checksum checksum, int length)
Creates a Base64OutputStream that uses the given checksum.
| |
| Method Summary | |
|---|---|
| void | close() |
| void | write(int b) |
| void | write(byte[] b, int offset, int length) |
See Also: PRZ24