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






Provides methods and properties to compress streams using LZF3 compression algorithm.

Object Model

Lzf3OutputStream Class

Syntax

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

Remarks

By default, Lzf3OutputStream owns the underlying stream, so closing this 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.Lzf3OutputStream

See Also