Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01

The CompressionFilter..::..GZipInputStream 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
Gets or sets the current position within the stream.
(Overrides GZipStream..::..Position.)
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.)

See Also