Xceed Real-Time Zip for Silverlight Documentation
Xceed.Compression Namespace
Inheritance Hierarchy
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
ClassCompressedStream Pass-through stream that applies compression and decompression to an inner stream.
ClassCompressionException Exception that is thrown when there is a problem compressing or decompressing data.
ClassCompressionInternalException Exception that is thrown when something unexpected occurs while compressing or decompressing data.
ClassCompressor Abstract class from which other classes can derive to implement custom compression algorithms.
ClassCompressorFactory  
ClassDecompressor Abstract class from which other classes can derive to implement custom decompression algorithms.
ClassDecompressorFactory  
ClassLicenser Class which is used to register the classes located in the Xceed.Compression namespace.
ClassManagedLZMACompressor Implements the LZMA compression algorithm.
ClassManagedLZMADecompressor Implements the LZMA decompression algorithm.
ClassManagedPPMdCompressor Implements the PPMd compression algorithm.
ClassManagedPPMdDecompressor Implements the PPMd compression algorithm.
Enumerations
 EnumerationDescription
EnumerationCompressionLevel Represents the amount of compression to be applied when compressing data. The greater the amount of compression applied, the greater the time it takes to perform the compression.
EnumerationCompressionMethod Represents the compression algorithm to be used when compressing data.
See Also

Reference

Xceed.Compression.Silverlight.v6.6 Assembly

Send Feedback