de.schlichtherle.truezip.fs.archive.zip
Class ZipOutputShop.StoredEntryOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.util.zip.CheckedOutputStream
de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.StoredEntryOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- ZipOutputShop
private class ZipOutputShop.StoredEntryOutputStream
- extends CheckedOutputStream
This entry output stream writes the entry to a temporary file.
When the stream is closed, the temporary file is then copied to this
output stream and finally deleted.
|
Method Summary |
void |
close()
|
(package private) void |
store()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
temp
private final IOPool.Entry<?> temp
closed
private boolean closed
ZipOutputShop.StoredEntryOutputStream
ZipOutputShop.StoredEntryOutputStream(IOPool.Entry<?> temp,
ZipArchiveEntry entry)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class FilterOutputStream
- Throws:
IOException
store
void store()
throws IOException
- Throws:
IOException
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.