Click or drag to resize
UnpackingStreamReader Class
Implements TextReader which reads raw binary Stream with specific Encoding.
Inheritance Hierarchy

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public abstract class UnpackingStreamReader : StreamReader

The UnpackingStreamReader type exposes the following members.

Properties
  NameDescription
Public propertyByteLength
Gets the length of the underlying raw binary length.
Top
See Also