E
- the type of the ZIP driver entries.@NotThreadSafe public final class ZipInputService<E extends AbstractZipDriverEntry> extends AbstractZipFile<E> implements net.java.truecommons.cio.InputService<E>
ZipOutputService
DEFAULT_CHARSET
Constructor and Description |
---|
ZipInputService(FsModel model,
FsInputSocketSource source,
AbstractZipDriver<E> driver) |
Modifier and Type | Method and Description |
---|---|
protected ZipCryptoParameters |
getCryptoParameters()
Returns the parameters for encryption or authentication of entries.
|
FsModel |
getModel()
Returns the file system model provided to the constructor.
|
net.java.truecommons.cio.InputSocket<E> |
input(String name) |
busy, close, entry, getCharset, getCheckedInputStream, getComment, getInputStream, getInputStream, getPostambleInputStream, getPostambleLength, getPreambleInputStream, getPreambleLength, getRawCharset, iterator, length, offsetsConsiderPreamble, recoverLostEntries, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@CreatesObligation public ZipInputService(FsModel model, FsInputSocketSource source, AbstractZipDriver<E> driver) throws IOException
IOException
protected ZipCryptoParameters getCryptoParameters()
AbstractZipFile
getCryptoParameters
in class AbstractZipFile<E extends AbstractZipDriverEntry>
public FsModel getModel()
public net.java.truecommons.cio.InputSocket<E> input(String name)
input
in interface net.java.truecommons.cio.InputService<E extends AbstractZipDriverEntry>
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.