private class ZipOutputShop.BufferedEntryOutputStream extends CheckedOutputStream
I/O pool entry.
When the stream gets closed, the I/O pool entry is then copied to this
output shop and finally deleted.| Modifier and Type | Field and Description |
|---|---|
private boolean |
closed |
private IOPool.Entry<?> |
temp |
out| Constructor and Description |
|---|
ZipOutputShop.BufferedEntryOutputStream(IOPool.Entry<?> temp,
ZipArchiveEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
(package private) void |
store() |
getChecksum, write, writeflush, writeprivate final IOPool.Entry<?> temp
private boolean closed
ZipOutputShop.BufferedEntryOutputStream(IOPool.Entry<?> temp, ZipArchiveEntry entry) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionvoid store()
throws IOException
IOExceptionCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.