| Modifier and Type | Method and Description |
|---|---|
protected ZipInputService<E> |
AbstractZipDriver.newInput(FsModel model,
FsInputSocketSource source) |
protected ZipInputService<E> |
AbstractZipDriver.newZipInput(FsModel model,
FsInputSocketSource source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractZipDriver.check(E local,
ZipInputService<E> input)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
boolean |
CheckedJarDriver.check(JarDriverEntry local,
ZipInputService<JarDriverEntry> input)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
boolean |
CheckedZipDriver.check(ZipDriverEntry local,
ZipInputService<ZipDriverEntry> input)
Whether or not the content of the given entry shall get
checked/authenticated when reading it.
|
boolean |
AbstractZipDriver.rdc(ZipInputService<E> input,
E local,
AbstractZipDriverEntry peer) |
ZipCryptoParameters |
AbstractZipDriver.zipCryptoParameters(ZipInputService<E> input) |
| Constructor and Description |
|---|
ZipOutputService(FsModel model,
FsOutputSocketSink sink,
ZipInputService<E> source,
AbstractZipDriver<E> driver) |
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.