
| Visual Basic (Declaration) | |
|---|---|
Public Class LzmaInputStream Inherits System.IO.Stream | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As LzmaInputStream | |
| C# | |
|---|---|
public class LzmaInputStream : System.IO.Stream | |
| Delphi | |
|---|---|
public class LzmaInputStream = class(System.IO.Stream) | |
| JScript | |
|---|---|
public class LzmaInputStream extends System.IO.Stream | |
| Managed Extensions for C++ | |
|---|---|
public __gc class LzmaInputStream : public System.IO.Stream | |
| C++/CLI | |
|---|---|
public ref class LzmaInputStream : public System.IO.Stream | |
By default, LzmaInputStream 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.
System.Object
System.MarshalByRefObject
System.IO.Stream
Noemax.Lzma.LzmaInputStream