ZipFile Properties

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile Properties

The properties of the ZipFile class are listed below. For a complete list of ZipFile class members, see the ZipFile Members topic.

Public Instance Properties

BufferSize Get /set the buffer size to be used when updating this zip file.
Count Get the number of entries contained in this ZipFile.
EntryByIndex Indexer property for ZipEntries
IsEmbeddedArchive Get a value indicating wether this archive is embedded in another file or not.
IsNewArchive Get a value indicating that this archive is a new one.
IsStreamOwner Get/set a flag indicating if the underlying stream is owned by the ZipFile instance. If the flag is true then the stream will be closed when Close is called.
IsUpdating Get a value indicating an update has been started.
Name Gets the name of this zip file.
NameTransform Get / set the INameTransform to apply to names when updating.
Password Password to be used for encrypting/decrypting files.
SizeObsolete. Gets the number of entries in this zip file.
UseZip64 Get / set a value indicating how Zip64 Extension usage is determined when adding entries.
ZipFileComment Gets the comment for the zip file.

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace