Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The CompressionFilter..::.GZipInputStream type exposes the following members.

Properties

  NameDescription
BaseStream
Gets a reference to the underlying stream.
(Inherited from GZipStream.)
CanRead
Gets a value indicating whether the stream supports reading while decompressing a file.
(Inherited from GZipStream.)
CanSeek
Gets a value indicating whether the stream supports seeking.
(Inherited from GZipStream.)
CanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
CanWrite
Gets a value indicating whether the stream supports writing.
(Inherited from GZipStream.)
Length
This property is not supported and always throws a NotSupportedException.
(Inherited from GZipStream.)
Position
Gets or sets the current position within the stream.
(Overrides GZipStream..::.Position.)
ReadTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
WriteTimeout
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