@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public class ZipInputShop extends RawZipFile<ZipArchiveEntry> implements InputShop<ZipArchiveEntry>
ZipOutputShop| Modifier and Type | Field and Description |
|---|---|
private boolean |
appendee |
DEFAULT_CHARSET| Constructor and Description |
|---|
ZipInputShop(ZipDriver driver,
ReadOnlyFile rof) |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<ZipArchiveEntry> |
getInputSocket(String name) |
int |
getSize() |
protected boolean |
isAppendee()
Returns
true if and only if the target archive file gets entries
appended to it. |
protected void |
setAppendee(boolean appendee)
Indicates whether or not the target archive file gets entries appended
to it.
|
busy, close, getCharset, getCheckedInputStream, getCheckedInputStream, getComment, getEntry, getInputStream, getInputStream, getInputStream, getPostambleInputStream, getPostambleLength, getPreambleInputStream, getPreambleLength, iterator, length, offsetsConsiderPreamble, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntry, iteratorpublic ZipInputShop(ZipDriver driver, ReadOnlyFile rof) throws IOException
IOExceptionprotected boolean isAppendee()
true if and only if the target archive file gets entries
appended to it.
Note that this property does not affect the behaviour of this class.true if and only if the target archive file gets entries
appended to it.protected void setAppendee(boolean appendee)
appendee - true if and only if the target archive file gets
entries appended to it.public int getSize()
getSize in interface EntryContainer<ZipArchiveEntry>public InputSocket<ZipArchiveEntry> getInputSocket(String name)
getInputSocket in interface InputService<ZipArchiveEntry>Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.