Click or drag to resize

GZipOutputStream Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The CompressionFilterGZipOutputStream type exposes the following members.

Properties
  NameDescription
Public propertyBaseStream
Gets a reference to the underlying stream.
(Inherited from GZipStream.)
Public propertyCanRead
Gets a value indicating whether the stream supports reading while decompressing a file.
(Inherited from GZipStream.)
Public propertyCanSeek
Gets a value indicating whether the stream supports seeking.
(Inherited from GZipStream.)
Public propertyCanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
Public propertyCanWrite
Gets a value indicating whether the stream supports writing.
(Inherited from GZipStream.)
Public propertyLength
This property is not supported and always throws a NotSupportedException.
(Inherited from GZipStream.)
Public propertyPosition
This property is not supported and always throws a NotSupportedException.
(Inherited from GZipStream.)
Public propertyReadTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
Public propertyWriteTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.)
Top
See Also