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
![]() | Allows client to determine if an entry can be patched after its added |
![]() | Gets value indicating stream can be read from |
![]() | Gets a value indicating if seeking is supported for this stream This property always returns false |
![]() | Get value indicating if this stream supports writing |
![]() | Gets boolean indicating central header has been added for this archive... No further entries can be added once this has been done. |
![]() | Get/set flag indicating ownership of underlying stream. When the flag is true Close will close the underlying stream also. |
![]() | Get current length of stream |
![]() | Get/set the password used for encryption. When null no encryption is performed |
![]() | The current position within the stream. Always throws a NotSupportedExceptionNotSupportedException |
See Also
ZipOutputStream Class | ICSharpCode.SharpZipLib.Zip Namespace