Class | Description |
---|---|
GZInputStream |
Similar to GZIPInputStream but with ability to read appended gzip.
|
GZIPInputStream | |
GZIPOutputStream |
As opposed to java's GZIPOutputStream, this class allows for more control on
what is written to the underlying OutputStream.
|
Zlib |
Zlib object oriented API facade
|
ZlibInputStream |
Input from a compressed stream.
|
ZlibModule |
PHP Zlib
|
ZlibOutputStream |
As opposed to java's GZIPOutputStream, this class allows for more control on
what is written to the underlying OutputStream.
|