Xceed .NET Libraries Documentation
Xceed.Compression.Formats Namespace
Inheritance Hierarchy
Xceed.Compression.Formats Assembly : Xceed.Compression.Formats Namespace
The Xceed.Compression.Formats namespace defines various compressed stream classes which can be constructed around any kind of Stream object to compress data that is written to the stream and decompress data that is read from the stream.
Classes
 ClassDescription
ClassRepresents a pass-through stream that reads and writes BZip2 formatted compressed data.
ClassRepresents a pass-through stream that calculates a checksum on the data read or written to the inner stream.
ClassRepresents a pass-through stream which writes the header and footer of formatted compressed streams.
ClassRepresents a pass-through stream that reads and writes GZip formatted compressed data.
ClassRepresents the header used by the GZipCompressedStream class.
ClassClass which is used to register the classes located in the Xceed.Compression.Formats namespace.
ClassRepresents a pass-through stream that reads and writes LZMA formatted compressed data.
Class

Represents a pass-through stream that reads and writes PPMd formatted compressed data.

ClassRepresents a pass-through stream that reads and writes Xceed formatted compressed data.
ClassRepresents a pass-through stream that reads and writes Xceed formatted compressed data. Use this class to decompress or compress data compatible with the ActiveX Xceed Zip Compression Library (XceedCompression object).
Class 
ClassRepresents a pass-through stream that reads and writes ZLib formatted compressed data.
Enumerations
 EnumerationDescription
EnumerationRepresents the checksum type that will be used to calculate a stream's checksum.
See Also

Reference

Xceed.Compression.Formats Assembly