Nevron Open Vision Documentation
Nevron.Nov.Compression Namespace / NZipItem Class
Fields Properties


In This Topic
    NZipItem Class Members
    In This Topic

    The following tables list the members exposed by NZipItem.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Top
    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