Class PdfEncryptionStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfEncryptionStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
-
Field Summary
FieldsFields inherited from class FilterOutputStream
out -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FilterOutputStream
writeMethods inherited from class OutputStream
nullOutputStream
-
Field Details
-
enc
-
buf
private byte[] buf
-
-
Constructor Details
-
PdfEncryptionStream
-
-
Method Details
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classFilterOutputStream- Throws:
IOException
-