Noemax FastInfoset.NET
GZipOutputStream Class
Members  See Also  Send Feedback
Noemax.GZip Namespace : GZipOutputStream Class






Provides the compression stream writing GZip streams and files.

Object Model

GZipOutputStream Class

Syntax

Visual Basic (Declaration) 
Public Class GZipOutputStream 
   Inherits System.IO.Stream
Visual Basic (Usage)Copy Code
Dim instance As GZipOutputStream
C# 
public class GZipOutputStream : System.IO.Stream 
Delphi 
public class GZipOutputStream = class(System.IO.Stream)
JScript 
public class GZipOutputStream extends System.IO.Stream
Managed Extensions for C++ 
public __gc class GZipOutputStream : public System.IO.Stream 
C++/CLI 
public ref class GZipOutputStream : public System.IO.Stream 

Remarks

By default, GZipOutputStream owns the underlying stream, so closing the stream also closes the underlying stream.

There is no limit in the size of the stream to be compressed.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         Noemax.GZip.GZipOutputStream

See Also