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