The properties of the ZipOutputStream class are listed below. For a complete list of ZipOutputStream class members, see the ZipOutputStream Members topic.
Public Instance Properties
CanPatchEntries (inherited from DeflaterOutputStream) | Allows client to determine if an entry can be patched after its added |
CanRead (inherited from DeflaterOutputStream) | Gets value indicating stream can be read from |
CanSeek (inherited from DeflaterOutputStream) | Gets a value indicating if seeking is supported for this stream This property always returns false |
CanWrite (inherited from DeflaterOutputStream) | Get value indicating if this stream supports writing |
IsFinished | Gets boolean indicating central header has been added for this archive... No further entries can be added once this has been done. |
IsStreamOwner (inherited from DeflaterOutputStream) | Get/set flag indicating ownership of underlying stream. When the flag is true Close will close the underlying stream also. |
Length (inherited from DeflaterOutputStream) | Get current length of stream |
Password (inherited from DeflaterOutputStream) | Get/set the password used for encryption. When null no encryption is performed |
Position (inherited from DeflaterOutputStream) | The current position within the stream. Always throws a NotSupportedExceptionNotSupportedException |
See Also
ZipOutputStream Class | ICSharpCode.SharpZipLib.Zip Namespace