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






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

Object Model

Lzf3InputStream Class

Syntax

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

Remarks

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

See Also