Noemax FastInfoset.NET
LzfInputStream Class
Members  See Also  Send Feedback
Noemax.Lzf Namespace : LzfInputStream Class






Provides methods and properties to decompress streams compressed by LZF compression algorithm.

Object Model

LzfInputStream Class

Syntax

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

Remarks

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

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         Noemax.Lzf.LzfInputStream

See Also