| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JarArchiveEntry
Respects the different date/time conversion in JAR files.
|
| Modifier and Type | Field and Description |
|---|---|
private ZipArchiveEntry |
ZipOutputShop.tempEntry |
| Modifier and Type | Method and Description |
|---|---|
ZipArchiveEntry |
ZipOutputShop.getEntry(String name) |
ZipArchiveEntry |
ZipDriver.newEntry(String name) |
ZipArchiveEntry |
ZipDriver.newEntry(String name,
Entry.Type type,
Entry template,
BitField<FsOutputOption> mknod) |
ZipArchiveEntry |
ZipDriver.newEntry(String name,
ZipArchiveEntry template) |
| Modifier and Type | Method and Description |
|---|---|
OutputSocket<ZipArchiveEntry> |
ZipOutputShop.getOutputSocket(ZipArchiveEntry entry) |
OutputSocket<ZipArchiveEntry> |
OdfOutputShop.getOutputSocket(ZipArchiveEntry entry) |
ZipArchiveEntry |
ZipDriver.newEntry(String name,
ZipArchiveEntry template) |
JarArchiveEntry |
JarDriver.newEntry(String name,
ZipArchiveEntry template) |
| Modifier and Type | Method and Description |
|---|---|
OutputShop<ZipArchiveEntry> |
ZipDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<ZipArchiveEntry> source)
The implementation in
ZipDriver simply forwards the call to
ZipDriver.newZipOutputShop(de.schlichtherle.truezip.fs.FsModel, java.io.OutputStream, de.schlichtherle.truezip.fs.archive.zip.ZipInputShop) and wraps the result in a new
FsMultiplexedArchiveOutputShop. |
OutputShop<ZipArchiveEntry> |
OdfDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<ZipArchiveEntry> source) |
| Constructor and Description |
|---|
ZipOutputShop.BufferedEntryOutputStream(IOPool.Entry<?> temp,
ZipArchiveEntry entry) |
ZipOutputShop.EntryOutputStream(ZipArchiveEntry entry) |
ZipOutputShop.EntryOutputStream(ZipArchiveEntry entry,
boolean deflate) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.