Xceed .NET Libraries Documentation
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.


    GZipHeader Constructor(GZipHeader)
    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)

    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