com.lowagie.text.pdf
Class PdfEncryptionStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by com.lowagie.text.pdf.PdfEncryptionStream
All Implemented Interfaces:
Closeable, Flushable

public class PdfEncryptionStream
extends FilterOutputStream


Field Summary
private  byte[] buf
           
protected  PdfEncryption enc
           
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
PdfEncryptionStream(OutputStream out, PdfEncryption enc)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.FilterOutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enc

protected PdfEncryption enc

buf

private byte[] buf
Constructor Detail

PdfEncryptionStream

public PdfEncryptionStream(OutputStream out,
                           PdfEncryption enc)
Method Detail

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Overrides:
write in class FilterOutputStream
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class FilterOutputStream
Throws:
IOException

write

public void write(int b)
           throws IOException
Overrides:
write in class FilterOutputStream
Throws:
IOException

flush

public void flush()
           throws IOException
Specified by:
flush in interface Flushable
Overrides:
flush in class FilterOutputStream
Throws:
IOException