Noemax FastInfoset.NET
LzmaOutputStream Class
Members  See Also  Send Feedback
Noemax.Lzma Namespace : LzmaOutputStream Class






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

Object Model

LzmaOutputStream Class

Syntax

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

Remarks

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

See Also