protected class StandardEncryptor.StandardCipherOutputStream extends FilterOutputStream implements POIFSWriterListener
Modifier and Type | Field and Description |
---|---|
protected long |
countBytes |
protected DirectoryNode |
dir |
protected File |
fileOut |
out
Modifier | Constructor and Description |
---|---|
protected |
StandardCipherOutputStream(DirectoryNode dir) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
processPOIFSWriterEvent(POIFSWriterEvent event)
Process a POIFSWriterEvent that this listener had registered
for
|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flush, write
protected long countBytes
protected final File fileOut
protected final DirectoryNode dir
protected StandardCipherOutputStream(DirectoryNode dir) throws IOException
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
public void processPOIFSWriterEvent(POIFSWriterEvent event)
POIFSWriterListener
processPOIFSWriterEvent
in interface POIFSWriterListener
event
- the POIFSWriterEventCopyright © 2007-2019. All Rights Reserved.