Inheritance Hierarchy
System.IOBinaryReader
StreamCoders.Container.Compression.Libs.zlibZInputStream
Namespace: StreamCoders.Container.Compression.Libs.zlib
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
The ZInputStream type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ZInputStream(Stream) | Initializes a new instance of the ZInputStream class | |
| ZInputStream(Stream, Int32) | Initializes a new instance of the ZInputStream class |
Methods
| Name | Description | |
|---|---|---|
| Close | (Overrides BinaryReaderClose.) | |
| read | ||
| Read | (Overrides BinaryReaderRead.) | |
| skip |
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.) |
Properties
| Name | Description | |
|---|---|---|
| FlushMode | ||
| TotalIn | Returns the total number of bytes input so far. | |
| TotalOut | Returns the total number of bytes output so far. |
See Also