Inheritance Hierarchy
SystemMarshalByRefObject
System.IOStream
StreamCoders.Container.Compression.Libs.zlibZOutputStream
Namespace: StreamCoders.Container.Compression.Libs.zlib
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
The ZOutputStream type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ZOutputStream(Stream) | Initializes a new instance of the ZOutputStream class | |
| ZOutputStream(Stream, Int32) | Initializes a new instance of the ZOutputStream class |
Methods
| Name | Description | |
|---|---|---|
| Close | (Overrides StreamClose.) | |
| end | ||
| finish | ||
| Flush | (Overrides StreamFlush.) | |
| Read | (Overrides StreamRead(Byte, Int32, Int32).) | |
| Seek | (Overrides StreamSeek(Int64, SeekOrigin).) | |
| SetLength | (Overrides StreamSetLength(Int64).) | |
| Write | (Overrides StreamWrite(Byte, Int32, Int32).) | |
| WriteByte(Byte) | (Overrides StreamWriteByte(Byte).) | |
| WriteByte(Int32) |
Extension Methods
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) | |
| ToOffsetBuffer |
Creates an OffsetBuffer from a Stream.
(Defined by ArrayExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| CanRead | (Overrides StreamCanRead.) | |
| CanSeek | (Overrides StreamCanSeek.) | |
| CanWrite | (Overrides StreamCanWrite.) | |
| FlushMode | ||
| Length | (Overrides StreamLength.) | |
| Position | (Overrides StreamPosition.) | |
| TotalIn | Returns the total number of bytes input so far. | |
| TotalOut | Returns the total number of bytes output so far. |
See Also