de.schlichtherle.truezip.fs.archive.zip
Class ZipInputShop
java.lang.Object
de.schlichtherle.truezip.zip.RawZipFile<ZipArchiveEntry>
de.schlichtherle.truezip.fs.archive.zip.ZipInputShop
- All Implemented Interfaces:
- EntryContainer<ZipArchiveEntry>, InputService<ZipArchiveEntry>, InputShop<ZipArchiveEntry>, Closeable, Iterable<ZipArchiveEntry>
- Direct Known Subclasses:
- CheckedZipInputShop
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
public class ZipInputShop
- extends RawZipFile<ZipArchiveEntry>
- implements InputShop<ZipArchiveEntry>
An implementation of InputShop to read ZIP archives.
- Author:
- Christian Schlichtherle
- See Also:
ZipOutputShop
| Methods inherited from class de.schlichtherle.truezip.zip.RawZipFile |
busy, close, getCharset, getCheckedInputStream, getCheckedInputStream, getComment, getEntry, getInputStream, getInputStream, getInputStream, getPostambleInputStream, getPostambleLength, getPreambleInputStream, getPreambleLength, iterator, length, offsetsConsiderPreamble, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipInputShop
public ZipInputShop(ZipDriver driver,
ReadOnlyFile rof)
throws IOException
- Throws:
IOException
getSize
public int getSize()
- Specified by:
getSize in interface EntryContainer<ZipArchiveEntry>
getInputSocket
public InputSocket<ZipArchiveEntry> getInputSocket(String name)
- Specified by:
getInputSocket in interface InputService<ZipArchiveEntry>
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.