Package | Description |
---|---|
org.apache.commons.compress.compressors.pack200 |
Provides stream classes for compressing and decompressing
streams using the Pack200 algorithm used to compress Java
archives.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
InMemoryCachingStreamBridge
StreamSwitcher that caches all data written to the output side in
memory.
|
(package private) class |
TempFileCachingStreamBridge
StreamSwitcher that caches all data written to the output side in
a temporary file.
|
Modifier and Type | Field and Description |
---|---|
private StreamBridge |
Pack200CompressorInputStream.streamBridge |
private StreamBridge |
Pack200CompressorOutputStream.streamBridge |
Modifier and Type | Method and Description |
---|---|
(package private) abstract StreamBridge |
Pack200Strategy.newStreamBridge() |