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






Provides methods and properties for decompressing streams using the DEFLATE algorithm.

Object Model

DeflateInputStream Class

Syntax

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

Remarks

By default, DeflateInputStream 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.DeflateInputStream

See Also