Xceed .NET Libraries Documentation
RemainingOffset Property


Xceed.Compression Assembly > Xceed.Compression Namespace > CompressedStream Class : RemainingOffset Property
Gets the negative byte offset at which the compressed data ends inside the last data buffer read by the object.
Syntax
'Declaration
 
Public ReadOnly Property RemainingOffset As Integer
'Usage
 
Dim instance As CompressedStream
Dim value As Integer
 
value = instance.RemainingOffset
public int RemainingOffset {get;}

Property Value

A negative value that corresponds to the offset from the end of the last data buffer read to the first byte after the compressed data.
Remarks
This property in only useful in advanced decompression scenarios.
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

CompressedStream Class
CompressedStream Members