Xceed Real-Time Zip for Silverlight Documentation
SetLZMAProperties Method (ManagedLZMADecompressor)


A byte array representing the LZMA engine properties in the format specified by LZMA v4.65. It is the data that is generated by WriteLZMAProperties. Cannot be null.
Initializes an LZMA engine for decompression using the specified encoded properties.
Syntax
'Declaration
 
Public Sub SetLZMAProperties( _

   ByVal properties() As Byte _

) 
'Usage
 
Dim instance As ManagedLZMADecompressor

Dim properties() As Byte

 

instance.SetLZMAProperties(properties)
public void SetLZMAProperties( 

   byte[] properties

)

Parameters

properties
A byte array representing the LZMA engine properties in the format specified by LZMA v4.65. It is the data that is generated by WriteLZMAProperties. Cannot be null.
Remarks
It is only necessary to call this method if you're using your own format.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ManagedLZMADecompressor Class
ManagedLZMADecompressor Members

Send Feedback