UnpackingStreamReader Class |
Inheritance Hierarchy
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public abstract class UnpackingStreamReader : StreamReader
Public MustInherit Class UnpackingStreamReader
Inherits StreamReader
public ref class UnpackingStreamReader abstract : public StreamReader
[<AbstractClassAttribute>]
type UnpackingStreamReader =
class
inherit StreamReader
end
The UnpackingStreamReader type exposes the following members.
Properties
| Name | Description |
---|
| ByteLength |
Gets the length of the underlying raw binary length.
|
TopSee Also