'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.