Interface | Description |
---|---|
GZIPArchive.ReadEntry.LazyInflater |
The lazy infalter that can be used to get (part of the) uncompressed entry content.
|
Class | Description |
---|---|
GZIPArchive |
A GZIP archive is an archive made of (concatenated) GZIP entries that are usual GZIP files, except for the
presence of two extra fields (in the GZIP header) containing the compressed and uncompressed length of the entry itself.
|
GZIPArchive.Entry |
A generic GZIP archive entry; it can be instantiated only as a
GZIPArchive.ReadEntry or GZIPArchive.WriteEntry . |
GZIPArchive.ReadEntry |
An entry used to read a GZIP archive entry.
|
GZIPArchive.WriteEntry |
An entry used to write a GZIP archive entry.
|
GZIPArchiveReader | |
GZIPArchiveWriter | |
GZIPIndexer |
Exception | Description |
---|---|
GZIPArchive.FormatException |