Package | Description |
---|---|
net.java.truevfs.comp.zipdriver |
The archive driver family for ZIP files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractZipDriver<E extends AbstractZipDriverEntry>
An abstract archive driver for the ZIP file format.
|
class |
ZipInputService<E extends AbstractZipDriverEntry>
An input service for reading ZIP files.
|
class |
ZipOutputService<E extends AbstractZipDriverEntry>
An output service for writing ZIP files.
|
Modifier and Type | Class and Description |
---|---|
class |
JarDriverEntry
JAR driver entries apply the date/time conversion rules as defined by
DateTimeConverter.JAR . |
class |
ZipDriverEntry
ZIP driver entries apply the date/time conversion rules as defined by
DateTimeConverter.ZIP . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractZipDriver.rdc(AbstractZipDriverEntry input,
AbstractZipDriverEntry output)
Returns
true if and only if the content of the given input
target entry is eligible for Raw Data Copying (RDC). |
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.