Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression Namespace / ManagedLzmaDecompressorUnsafe Class


In This Topic
    ManagedLzmaDecompressorUnsafe Class Methods
    In This Topic

    For a list of all members of this type, see ManagedLzmaDecompressorUnsafe members.

    Public Methods
     NameDescription
    Public Method (Inherited from Xceed.Compression.Decompressor)
    Public MethodOverloaded. Initializes a LZMA engine for decompression using the specified encoded properties. The data is the LZMA engine properties in the format specified by LZMA v4.65. It is the data that is generated by ManagedLZMACompressor.WriteLZMAProperties(). It is only necessary to call this method if you're using your own format. properties cannot be null.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected MethodOverridden. Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Top
    See Also