Xceed .NET Libraries Documentation
UseEndOfStreamMarker Property


Xceed.Compression Assembly > Xceed.Compression.LZMA Namespace > LZMAOptions Class : UseEndOfStreamMarker Property
 Gets or sets whether an end-of-stream marker is written at the end of the compressed data.
Syntax
'Declaration
 
Public Property UseEndOfStreamMarker As Boolean
'Usage
 
Dim instance As LZMAOptions
Dim value As Boolean
 
instance.UseEndOfStreamMarker = value
 
value = instance.UseEndOfStreamMarker
public bool UseEndOfStreamMarker {get; set;}

Property Value

A boolean value indicating whether an end-of-stream marker is written at the end of the compressed data. By default, true.
Remarks
Using the marker makes it possible for LZMA to detect the end of data automatically when decompressing, removing the need to know the size of the data, allowing true streaming to be achieved.
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

LZMAOptions Class
LZMAOptions Members