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
![]() | 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 |
![]() | 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
DeflaterOutputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace