Xceed .NET Libraries Documentation
Xceed.Compression Namespace
Inheritance Hierarchy
Xceed.Compression Assembly : Xceed.Compression Namespace
The Xceed.Compression namespace defines the CompressedStream class 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
Class 
ClassPass-through stream that applies compression and decompression to an inner stream.
Class 
ClassException that is thrown when there is a problem compressing or decompressing data.
ClassException that is thrown when something unexpected occurs while compressing or decompressing data.
ClassAbstract class from which other classes can derive to implement custom compression algorithms.
Class 
ClassAn abstract class from which other classes can derive to implement custom decompression algorithms.
Class 
Class 
Class 
ClassClass which is used to register the classes located in the Xceed.Compression namespace.
Class 
Class 
Class 
Class 
ClassImplements the PPMd compression algorithm.
ClassImplements the PPMd compression algorithm.
ClassExposes static methods that allow basic byte array compression and decompression operations.
Class 
Class 
Class 
Class 
Class 
Class 
Interfaces
 InterfaceDescription
Interface 
Interface 
Interface 
Enumerations
 EnumerationDescription
EnumerationRepresents the amount of compression to be applied when compressing data.
EnumerationRepresents the compression algorithm to be used when compressing data.
Enumeration 
Enumeration 
See Also

Reference

Xceed.Compression Assembly