Nevron.Nov.Compression Namespace / NZipItem Class


In This Topic
    NZipItem Class Properties
    In This Topic

    For a list of all members of this type, see NZipItem members.

    Public Properties
     NameDescription
    Public PropertySpecifies whether the stream should be compressed or only stored in the archive. By default set to Deflated, which means that the stream should be compressed.  
    Public PropertyDetermines whether writing of extra data (a.k.a. extra fields) at the end of the local file header of the ZIP entry is allowed. By default set to true.  
    Public PropertyGets/Sets the name of the item.  
    Public PropertyGets/Sets the stream of the item.

    On compression this is the stream that should be compressed.

    On decompression this is the decompressed stream.

     
    Top
    See Also