GZipOutputStream Methods

The methods of the GZipOutputStream class are listed below. For a complete list of GZipOutputStream class members, see the GZipOutputStream Members topic.

Public Instance Methods

BeginRead (inherited from Stream)Select the method name to go to the Microsoft documentation.
BeginWrite (inherited from Stream)Select the method name to go to the Microsoft documentation.
Close Writes remaining compressed output data to the output stream and closes it.
CreateObjRef (inherited from MarshalByRefObject)Select the method name to go to the Microsoft documentation.
EndRead (inherited from Stream)Select the method name to go to the Microsoft documentation.
EndWrite (inherited from Stream)Select the method name to go to the Microsoft documentation.
Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
Finish
Flush (inherited from DeflaterOutputStream) Flushes the stream by calling flush() on the deflater and then on the underlying stream. This ensures that all bytes are flushed.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetLifetimeService (inherited from MarshalByRefObject)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
InitializeLifetimeService (inherited from MarshalByRefObject)Select the method name to go to the Microsoft documentation.
Read (inherited from DeflaterOutputStream) I needed to implement the abstract member.
ReadByte (inherited from DeflaterOutputStream) I needed to implement the abstract member.
Seek (inherited from DeflaterOutputStream) I needed to implement the abstract member.
SetLength (inherited from DeflaterOutputStream) I needed to implement the abstract member.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.
Write
WriteByte (inherited from DeflaterOutputStream) Writes a single byte to the compressed output stream.

Protected Instance Methods

CreateWaitHandle (inherited from Stream)Select the method name to go to the Microsoft documentation.
deflate (inherited from DeflaterOutputStream) Deflates everything in the def's input buffers. This will call
def.deflate()
until all bytes from the input buffers are processed.
Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

Explicit Interface Implementations

IDisposable.Dispose (inherited from Stream)Select the method name to go to the Microsoft documentation.

See Also

GZipOutputStream Class | ICSharpCode.SharpZipLib.GZip Namespace