
| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class Lzf3InputStream Inherits System.IO.Stream | |
| Visual Basic (Usage) | |
|---|---|
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 | |
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.
System.Object
System.MarshalByRefObject
System.IO.Stream
Noemax.Lzf.Lzf3InputStream