Xceed.Compression.Silverlight.v6.6 Assembly : Xceed.Compression Namespace |
Class | Description | |
---|---|---|
![]() | CompressedStream | Pass-through stream that applies compression and decompression to an inner stream. |
![]() | CompressionException | Exception that is thrown when there is a problem compressing or decompressing data. |
![]() | CompressionInternalException | Exception that is thrown when something unexpected occurs while compressing or decompressing data. |
![]() | Compressor | Abstract class from which other classes can derive to implement custom compression algorithms. |
![]() | CompressorFactory | |
![]() | Decompressor | Abstract class from which other classes can derive to implement custom decompression algorithms. |
![]() | DecompressorFactory | |
![]() | Licenser | Class which is used to register the classes located in the Xceed.Compression namespace. |
![]() | ManagedLZMACompressor | Implements the LZMA compression algorithm. |
![]() | ManagedLZMADecompressor | Implements the LZMA decompression algorithm. |
![]() | ManagedPPMdCompressor | Implements the PPMd compression algorithm. |
![]() | ManagedPPMdDecompressor | Implements the PPMd compression algorithm. |
Enumeration | Description | |
---|---|---|
![]() | CompressionLevel | 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. |
![]() | CompressionMethod | Represents the compression algorithm to be used when compressing data. |