Class StandardEncryptor.StandardCipherOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- org.apache.poi.poifs.crypt.standard.StandardEncryptor.StandardCipherOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable,POIFSWriterListener
- Enclosing class:
- StandardEncryptor
protected class StandardEncryptor.StandardCipherOutputStream extends java.io.FilterOutputStream implements POIFSWriterListener
-
-
Field Summary
Fields Modifier and Type Field Description protected longcountBytesprotected booleandeleteFileprotected DirectoryNodedirprotected java.io.FilefileOut
-
Constructor Summary
Constructors Modifier Constructor Description protectedStandardCipherOutputStream(DirectoryNode dir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidprocessPOIFSWriterEvent(POIFSWriterEvent event)Process a POIFSWriterEvent that this listener had registered forvoidwrite(byte[] b, int off, int len)voidwrite(int b)
-
-
-
Field Detail
-
countBytes
protected long countBytes
-
fileOut
protected final java.io.File fileOut
-
dir
protected final DirectoryNode dir
-
deleteFile
protected final boolean deleteFile
-
-
Constructor Detail
-
StandardCipherOutputStream
protected StandardCipherOutputStream(DirectoryNode dir) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
write
public void write(byte[] b, int off, int len) throws java.io.IOException- Overrides:
writein classjava.io.FilterOutputStream- Throws:
java.io.IOException
-
write
public void write(int b) throws java.io.IOException- Overrides:
writein classjava.io.FilterOutputStream- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.FilterOutputStream- Throws:
java.io.IOException
-
processPOIFSWriterEvent
public void processPOIFSWriterEvent(POIFSWriterEvent event)
Description copied from interface:POIFSWriterListenerProcess a POIFSWriterEvent that this listener had registered for- Specified by:
processPOIFSWriterEventin interfacePOIFSWriterListener- Parameters:
event- the POIFSWriterEvent
-
-