public class Base64OutputStream
extends java.io.FilterOutputStream
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
| Constructor and Description |
|---|
Base64OutputStream(java.io.OutputStream os)
Creates a Base64OutputStream with no checksum.
|
Base64OutputStream(java.io.OutputStream os,
boolean check)
If check is true then append a PGP-style checksum immediately
after the base64 portion.
|
Base64OutputStream(java.io.OutputStream os,
java.util.zip.Checksum checksum,
int length)
Creates a Base64OutputStream that uses the given checksum.
|
public Base64OutputStream(java.io.OutputStream os,
boolean check)
PRZ24public Base64OutputStream(java.io.OutputStream os)
public Base64OutputStream(java.io.OutputStream os,
java.util.zip.Checksum checksum,
int length)
public void write(int b)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int offset,
int length)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamjava.io.IOException