ZInputStream ClassMediaSuite 3.1.1889.0
Inheritance Hierarchy

SystemObject
  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

public class ZInputStream : BinaryReader

The ZInputStream type exposes the following members.

Constructors

  NameDescription
Public methodZInputStream(Stream)
Initializes a new instance of the ZInputStream class
Public methodZInputStream(Stream, Int32)
Initializes a new instance of the ZInputStream class
Top
Methods

  NameDescription
Public methodClose (Overrides BinaryReaderClose.)
Public methodread
Public methodRead (Overrides BinaryReaderRead.)
Public methodskip
Top
Extension Methods

  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
Properties

  NameDescription
Public propertyFlushMode
Public propertyTotalIn
Returns the total number of bytes input so far.
Public propertyTotalOut
Returns the total number of bytes output so far.
Top
See Also

Reference