Xceed .NET Libraries Documentation
Header Property


Xceed.Compression.Formats Assembly > Xceed.Compression.Formats Namespace > GZipCompressedStream Class : Header Property
Gets the compressed data's header.
Syntax
'Declaration
 
Public ReadOnly Property Header As GZipHeader
'Usage
 
Dim instance As GZipCompressedStream
Dim value As GZipHeader
 
value = instance.Header
public GZipHeader Header {get;}

Property Value

A reference to a GZipHeader object representing the header of the compressed 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

GZipCompressedStream Class
GZipCompressedStream Members