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 long
protected final DirectoryNode
protected final File
Fields inherited from class java.io.FilterOutputStream
out
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterOutputStream
flush, write
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
countBytes
protected long countBytes -
fileOut
-
dir
-
-
Constructor Details
-
StandardCipherOutputStream
- Throws:
IOException
-
-
Method Details
-
write
- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterOutputStream
- Throws:
IOException
-
processPOIFSWriterEvent
Description copied from interface:POIFSWriterListener
Process a POIFSWriterEvent that this listener had registered for- Specified by:
processPOIFSWriterEvent
in interfacePOIFSWriterListener
- Parameters:
event
- the POIFSWriterEvent
-