| Package | Description |
|---|---|
| de.schlichtherle.truezip.zip |
A drop-in replacement for the classes in the package
java.util.zip for reading and writing ZIP files. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DecoratingOutputMethod
A decorator for output methods.
|
private class |
RawZipOutputStream.BZip2OutputMethod |
private class |
RawZipOutputStream.Crc32CheckingOutputMethod |
private class |
RawZipOutputStream.Crc32OutputMethod |
private class |
RawZipOutputStream.Crc32UpdatingOutputMethod |
private class |
RawZipOutputStream.DeflaterOutputMethod |
private class |
RawZipOutputStream.EncryptedOutputMethod |
private class |
RawZipOutputStream.RawOutputMethod |
private class |
RawZipOutputStream.WinZipAesOutputMethod |
| Modifier and Type | Field and Description |
|---|---|
(package private) OutputMethod |
DecoratingOutputMethod.delegate |
private OutputMethod |
RawZipOutputStream.processor |
| Modifier and Type | Method and Description |
|---|---|
private OutputMethod |
RawZipOutputStream.newOutputMethod(ZipEntry entry,
boolean process)
Returns a new output method for the given entry.
|
| Constructor and Description |
|---|
DecoratingOutputMethod(OutputMethod processor) |
RawZipOutputStream.BZip2OutputMethod(OutputMethod processor) |
RawZipOutputStream.Crc32CheckingOutputMethod(OutputMethod processor) |
RawZipOutputStream.Crc32OutputMethod(OutputMethod processor) |
RawZipOutputStream.Crc32UpdatingOutputMethod(OutputMethod processor) |
RawZipOutputStream.DeflaterOutputMethod(OutputMethod processor) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.