public class EncryptOutputStream extends FilterOutputStream
out| 构造器和说明 |
|---|
EncryptOutputStream(OutputStream out)
Creates an output stream filter built on top of the specified
underlying output stream.
|
public EncryptOutputStream(OutputStream out)
out - the underlying output stream to be assigned to
the field this.out for later use, or
null if this instance is to be
created without an underlying stream.public void write(int b)
throws IOException
write 在类中 FilterOutputStreamIOExceptionCopyright © 2016. All rights reserved.