DeflaterOutputStream Properties

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStreamĀ Properties

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

Public Instance Properties

CanPatchEntries Allows client to determine if an entry can be patched after its added
CanRead Gets value indicating stream can be read from
CanSeek Gets a value indicating if seeking is supported for this stream This property always returns false
CanWrite Get value indicating if this stream supports writing
IsStreamOwner Get/set flag indicating ownership of underlying stream. When the flag is true Close will close the underlying stream also.
Length Get current length of stream
Password Get/set the password used for encryption. When null no encryption is performed
Position The current position within the stream. Always throws a NotSupportedExceptionNotSupportedException

See Also

DeflaterOutputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace