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