Class StandardEncryptor.StandardCipherOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.poi.poifs.crypt.standard.StandardEncryptor.StandardCipherOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable,POIFSWriterListener
- Enclosing class:
- StandardEncryptor
protected class StandardEncryptor.StandardCipherOutputStream
extends FilterOutputStream
implements POIFSWriterListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected final DirectoryNodeprotected final FileFields inherited from class java.io.FilterOutputStream
out -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterOutputStream
flush, writeMethods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
countBytes
protected long countBytes -
fileOut
-
dir
-
-
Constructor Details
-
StandardCipherOutputStream
- Throws:
IOException
-
-
Method Details
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
write
- Overrides:
writein classFilterOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterOutputStream- Throws:
IOException
-
processPOIFSWriterEvent
Description copied from interface:POIFSWriterListenerProcess a POIFSWriterEvent that this listener had registered for- Specified by:
processPOIFSWriterEventin interfacePOIFSWriterListener- Parameters:
event- the POIFSWriterEvent
-