de.schlichtherle.truezip.fs.archive.zip
Class ZipOutputShop.EntryOutputStream
java.lang.Object
java.io.OutputStream
de.schlichtherle.truezip.io.DecoratingOutputStream
de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.EntryOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- ZipOutputShop
private class ZipOutputShop.EntryOutputStream
- extends DecoratingOutputStream
This entry output stream writes directly to our subclass.
It can only be used if this output stream is not currently busy
writing another entry and the entry holds enough information to
write the entry header.
These preconditions are checked by t.
|
Method Summary |
void |
close()
|
ZipOutputShop.EntryOutputStream
ZipOutputShop.EntryOutputStream(ZipArchiveEntry entry)
throws IOException
- Throws:
IOException
ZipOutputShop.EntryOutputStream
ZipOutputShop.EntryOutputStream(ZipArchiveEntry entry,
boolean deflate)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class DecoratingOutputStream
- Throws:
IOException
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.