Xceed Real-Time Zip for .NET Documentation
Xceed.Compression.Formats Assembly / Xceed.Compression.Formats Namespace / GZipHeader Class
Members


In This Topic
    GZipHeader Class
    In This Topic
    Represents the header used by the GZipCompressedStream class.
    Syntax
    'Declaration
     
    Public Class GZipHeader 
    'Usage
     
    Dim instance As GZipHeader
    public class GZipHeader 
    Inheritance Hierarchy

    System.Object
       Xceed.Compression.Formats.GZipHeader

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the header's comment.  
    Public PropertyGets or sets the possible extra headers.  
    Public PropertyGets or sets the filename from which the header information was retrieved.  
    Public PropertyGets or sets a boolean value indicating if the header has a checksum.  
    Public PropertyGets or sets a boolean value indication if the data to compress has been retrieved from a text file.  
    Public PropertyGets or sets the modification date and time of the item.  
    Top
    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