Xceed .NET Libraries Documentation
GZipHeader Constructor(GZipHeader)


Xceed.Compression.Formats Assembly > Xceed.Compression.Formats Namespace > GZipHeader Class > GZipHeader Constructor : GZipHeader Constructor(GZipHeader)
A reference to a GZipHeader object whose values are to be copied.
Initializes a new instance of the GZipHeader class specifying the GZipHeader object whose values are to be copied.
Syntax
'Declaration
 
Public Function New( _
   ByVal template As GZipHeader _
)
'Usage
 
Dim template As GZipHeader
 
Dim instance As New GZipHeader(template)
public GZipHeader( 
   GZipHeader template
)

Parameters

template
A reference to a GZipHeader object whose values are to be copied.
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

GZipHeader Class
GZipHeader Members
Overload List