com.lowagie.text.pdf
Class PdfEncryptionStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.lowagie.text.pdf.PdfEncryptionStream
- public class PdfEncryptionStream
- extends FilterOutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enc
protected PdfEncryption enc
buf
private byte[] buf
PdfEncryptionStream
public PdfEncryptionStream(OutputStream out,
PdfEncryption enc)
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
write
public void write(int b)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException