The following tables list the members exposed by ManagedLZMADecompressor.
Public Properties
| Name | Description |
 | CompressedSize | Gets or sets the length of the compressed data to decompress. |
 | HeaderType | Gets or sets the type of header the decompressor will read before the compressed data starts. |
 | UncompressedSize | Gets or sets the length of the uncompressed data to output. |
Top
Public Methods
| Name | Description |
 | Decompress | Overridden. Decompresses an array of bytes. |
 | Dispose | Overloaded. Provides correct cleanup of resources in the base class and its derived classes. |
 | SetLZMAProperties | Initializes an LZMA engine for decompression using the specified encoded properties. |
Top
See Also