Xceed Real-Time Zip for Silverlight Documentation
ManagedLZMADecompressor Constructor(LZMAHeaderType)


The type of header to read before the compressed data starts. Only use None if you intend to make your own format. In that case the SetLZMAProperties method will be useful. The default value is LZMAHeaderType.Properties.
Initializes a new instance of the ManagedLZMADecompressor class using the provided header type.
Syntax
'Declaration
 
Public Function New( _

   ByVal headerType As LZMAHeaderType _

)
'Usage
 
Dim headerType As LZMAHeaderType

 

Dim instance As New ManagedLZMADecompressor(headerType)
public ManagedLZMADecompressor( 

   LZMAHeaderType headerType

)

Parameters

headerType
The type of header to read before the compressed data starts. Only use None if you intend to make your own format. In that case the SetLZMAProperties method will be useful. The default value is LZMAHeaderType.Properties.
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
Overload List

Send Feedback