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, writeprotected long countBytes
protected final File fileOut
protected final DirectoryNode dir
protected StandardCipherOutputStream(DirectoryNode dir) throws IOException
IOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionpublic void processPOIFSWriterEvent(POIFSWriterEvent event)
POIFSWriterListenerprocessPOIFSWriterEvent in interface POIFSWriterListenerevent - the POIFSWriterEventCopyright © 2007-2022. All Rights Reserved.