DeflaterOutputStream Properties

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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 the 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.
Position Gets the current position within the stream.

See Also

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