Show / Hide Table of Contents

Class CompressionFilter.GZipOutputStream

Provides a wrapper around GZipStream.

Inheritance
object
MarshalByRefObject
Stream
GZipStream
CompressionFilter.GZipOutputStream
Implements
IAsyncDisposable
IDisposable
Inherited Members
GZipStream.BeginRead(byte[], int, int, AsyncCallback, object)
GZipStream.BeginWrite(byte[], int, int, AsyncCallback, object)
GZipStream.CopyTo(Stream, int)
GZipStream.CopyToAsync(Stream, int, CancellationToken)
GZipStream.Dispose(bool)
GZipStream.DisposeAsync()
GZipStream.EndRead(IAsyncResult)
GZipStream.EndWrite(IAsyncResult)
GZipStream.Flush()
GZipStream.FlushAsync(CancellationToken)
GZipStream.Read(byte[], int, int)
GZipStream.Read(Span<byte>)
GZipStream.ReadAsync(byte[], int, int, CancellationToken)
GZipStream.ReadAsync(Memory<byte>, CancellationToken)
GZipStream.ReadByte()
GZipStream.Seek(long, SeekOrigin)
GZipStream.SetLength(long)
GZipStream.Write(byte[], int, int)
GZipStream.Write(ReadOnlySpan<byte>)
GZipStream.WriteAsync(byte[], int, int, CancellationToken)
GZipStream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)
GZipStream.BaseStream
GZipStream.CanRead
GZipStream.CanSeek
GZipStream.CanWrite
GZipStream.Length
GZipStream.Position
Stream.Null
Stream.Close()
Stream.CopyTo(Stream)
Stream.CopyToAsync(Stream)
Stream.CopyToAsync(Stream, int)
Stream.CopyToAsync(Stream, CancellationToken)
Stream.CreateWaitHandle()
Stream.Dispose()
Stream.FlushAsync()
Stream.ObjectInvariant()
Stream.ReadAsync(byte[], int, int)
Stream.Synchronized(Stream)
Stream.ValidateBufferArguments(byte[], int, int)
Stream.ValidateCopyToArguments(Stream, int)
Stream.WriteAsync(byte[], int, int)
Stream.WriteByte(byte)
Stream.CanTimeout
Stream.ReadTimeout
Stream.WriteTimeout
MarshalByRefObject.GetLifetimeService()
MarshalByRefObject.InitializeLifetimeService()
MarshalByRefObject.MemberwiseClone(bool)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Tangosol.Net
Assembly: Coherence.dll
Syntax
public class CompressionFilter.GZipOutputStream : GZipStream, IAsyncDisposable, IDisposable

Constructors

GZipOutputStream(Stream)

Constructs new GZipOutputStream with compress option set.

Declaration
public GZipOutputStream(Stream stream)
Parameters
Type Name Description
Stream stream

The output stream.

Implements

IAsyncDisposable
IDisposable
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.