Click or drag to resize
Unpacker Methods

The Unpacker type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate(Stream)
Creates the new Unpacker from specified stream.
Public methodStatic memberCreate(Stream, Boolean)
Creates the new Unpacker from specified stream.
Public methodDispose
Releases all managed resources.
Protected methodDispose(Boolean)
Releases unmanaged and optionally managed resources.
Protected methodEndReadSubtree
Ends the read subtree.
Public methodGetEnumerator
Public methodRead
Reads next Message Pack entry.
Public methodReadArrayLength
Reads next array length value from current stream.
Public methodReadBinary
Reads next byte array value from current stream.
Public methodReadBoolean
Reads next Boolean value from current stream.
Public methodReadByte
Reads next Byte value from current stream.
Protected methodReadCore
Reads next Message Pack entry.
Public methodReadDouble
Reads next Double value from current stream.
Public methodReadInt16
Reads next Int16 value from current stream.
Public methodReadInt32
Reads next Int32 value from current stream.
Public methodReadInt64
Reads next Int64 value from current stream.
Public methodReadItem
Gets a current item or collection as single MessagePackObject from the stream.
Public methodReadItemData
Gets a current item or collection as single MessagePackObject from the stream.
Public methodReadMapLength
Reads next map length value from current stream.
Public methodReadMessagePackExtendedTypeObject
Reads next MessagePackExtendedTypeObject value from current stream.
Public methodReadNullableBoolean
Reads next nullable Boolean value from current stream.
Public methodReadNullableByte
Reads next nullable Byte value from current stream.
Public methodReadNullableDouble
Reads next nullable Double value from current stream.
Public methodReadNullableInt16
Reads next nullable Int16 value from current stream.
Public methodReadNullableInt32
Reads next nullable Int32 value from current stream.
Public methodReadNullableInt64
Reads next nullable Int64 value from current stream.
Public methodReadNullableMessagePackExtendedTypeObject
Reads next nullable MessagePackExtendedTypeObject value from current stream.
Public methodReadNullableSByte
Reads next nullable SByte value from current stream.
Public methodReadNullableSingle
Reads next nullable Single value from current stream.
Public methodReadNullableUInt16
Reads next nullable UInt16 value from current stream.
Public methodReadNullableUInt32
Reads next nullable UInt32 value from current stream.
Public methodReadNullableUInt64
Reads next nullable UInt64 value from current stream.
Public methodReadObject
Reads next value from current stream.
Public methodReadSByte
Reads next SByte value from current stream.
Public methodReadSingle
Reads next Single value from current stream.
Public methodReadString
Reads next utf-8 encoded string value from current stream.
Public methodReadSubtree
Starts unpacking of current subtree.
Protected methodReadSubtreeCore
Starts unpacking of current subtree.
Public methodReadUInt16
Reads next UInt16 value from current stream.
Public methodReadUInt32
Reads next UInt32 value from current stream.
Public methodReadUInt64
Reads next UInt64 value from current stream.
Public methodSkip
Skips the subtree where the root is the current entry, and returns skipped byte length.
Protected methodSkipCore
Skips the subtree where the root is the current entry, and returns skipped byte length.
Public methodUnpackSubtree
Unpacks current subtree and returns subtree root as array or map.
Public methodUnpackSubtreeData
Unpacks current subtree and returns subtree root as array or map.
Top
Extension Methods
See Also