Xceed Real-Time Zip for Silverlight Documentation
WriteLZMAProperties(Stream) Method


Stream object representing the output stream.
Writes the LZMA coder properties to the specified stream.
Syntax
'Declaration
 
Public Overloads Sub WriteLZMAProperties( _

   ByVal stream As Stream _

) 
'Usage
 
Dim instance As ManagedLZMACompressor

Dim stream As Stream

 

instance.WriteLZMAProperties(stream)
public void WriteLZMAProperties( 

   Stream stream

)

Parameters

stream
Stream object representing the output stream.
Remarks

This is an advanced method and does not need to be called in most cases. It is however useful if you want to use your own file format header.

This method should be called before calling Compress with data.

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

ManagedLZMACompressor Class
ManagedLZMACompressor Members
Overload List

Send Feedback