private final 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 |
|---|---|
(package private) boolean |
closed |
(package private) boolean |
process |
(package private) IOPool.Entry<?> |
temp |
out| Constructor and Description |
|---|
ZipOutputShop.BufferedEntryOutputStream(IOPool.Entry<?> temp,
ZipArchiveEntry entry,
boolean process) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
(package private) void |
store() |
getChecksum, write, writeflush, writeboolean closed
final boolean process
final IOPool.Entry<?> temp
ZipOutputShop.BufferedEntryOutputStream(IOPool.Entry<?> temp, ZipArchiveEntry entry, boolean process) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionvoid store()
throws IOException
IOExceptionCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.