Unpacking Methods |
The Unpacking type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | UnpackArray(Byte) |
Unpacks the array from the head of specified byte array.
|
![]() ![]() | UnpackArray(Stream) |
Unpacks the array value from the specified Stream.
|
![]() ![]() | UnpackArray(Byte, Int32) |
Unpacks the array from the specified byte array.
|
![]() ![]() | UnpackArrayLength(Byte) |
Unpacks length of the array from the head of specified byte array.
|
![]() ![]() | UnpackArrayLength(Stream) |
Unpacks length of the array value from the specified Stream.
|
![]() ![]() | UnpackArrayLength(Byte, Int32) |
Unpacks length of the array from the specified byte array.
|
![]() ![]() | UnpackBinary(Byte) |
Unpacks the raw binary from the head of specified byte array.
|
![]() ![]() | UnpackBinary(Stream) |
Unpacks the raw binary value from the specified Stream.
|
![]() ![]() | UnpackBinary(Byte, Int32) |
Unpacks the raw binary from the specified byte array.
|
![]() ![]() | UnpackBoolean(Byte) |
Unpacks the boolean from the head of specified byte array.
|
![]() ![]() | UnpackBoolean(Stream) |
Unpacks the boolean value from the specified Stream.
|
![]() ![]() | UnpackBoolean(Byte, Int32) |
Unpacks the boolean from the specified byte array.
|
![]() ![]() | UnpackByte(Byte) |
Unpacks Byte value from the head of specified byte array.
|
![]() ![]() | UnpackByte(Stream) | |
![]() ![]() | UnpackByte(Byte, Int32) |
Unpacks Byte value from the specified byte array.
|
![]() ![]() | UnpackByteStream |
Unpacks raw value from the specified Stream as UnpackingStream.
|
![]() ![]() | UnpackCharStream(Stream) |
Unpacks raw value from the specified Stream as UnpackingStreamReader with UTF-8 encoding.
|
![]() ![]() | UnpackCharStream(Stream, Encoding) |
Unpacks raw value from the specified Stream as UnpackingStreamReader with specified encoding.
|
![]() ![]() | UnpackDictionary(Byte) |
Unpacks the dictionary from the head of specified byte array.
|
![]() ![]() | UnpackDictionary(Stream) |
Unpacks the dictionary value from the specified Stream.
|
![]() ![]() | UnpackDictionary(Byte, Int32) |
Unpacks the dictionary from the specified byte array.
|
![]() ![]() | UnpackDictionaryCount(Byte) |
Unpacks count of the dictionary entries from the head of specified byte array.
|
![]() ![]() | UnpackDictionaryCount(Stream) |
Unpacks count of the dictionary entries value from the specified Stream.
|
![]() ![]() | UnpackDictionaryCount(Byte, Int32) |
Unpacks count of the dictionary entries from the specified byte array.
|
![]() ![]() | UnpackDouble(Byte) |
Unpacks Double value from the head of specified byte array.
|
![]() ![]() | UnpackDouble(Stream) | |
![]() ![]() | UnpackDouble(Byte, Int32) |
Unpacks Double value from the specified byte array.
|
![]() ![]() | UnpackExtendedTypeObject(Byte) |
Unpacks the MessagePackExtendedTypeObject which represents the extended type value. from the head of specified byte array.
|
![]() ![]() | UnpackExtendedTypeObject(Stream) |
Unpacks the MessagePackExtendedTypeObject which represents the extended type value. value from the specified Stream.
|
![]() ![]() | UnpackExtendedTypeObject(Byte, Int32) |
Unpacks the MessagePackExtendedTypeObject which represents the extended type value. from the specified byte array.
|
![]() ![]() | UnpackInt16(Byte) |
Unpacks Int16 value from the head of specified byte array.
|
![]() ![]() | UnpackInt16(Stream) | |
![]() ![]() | UnpackInt16(Byte, Int32) |
Unpacks Int16 value from the specified byte array.
|
![]() ![]() | UnpackInt32(Byte) |
Unpacks Int32 value from the head of specified byte array.
|
![]() ![]() | UnpackInt32(Stream) | |
![]() ![]() | UnpackInt32(Byte, Int32) |
Unpacks Int32 value from the specified byte array.
|
![]() ![]() | UnpackInt64(Byte) |
Unpacks Int64 value from the head of specified byte array.
|
![]() ![]() | UnpackInt64(Stream) | |
![]() ![]() | UnpackInt64(Byte, Int32) |
Unpacks Int64 value from the specified byte array.
|
![]() ![]() | UnpackNull(Byte) |
Unpacks the nil from the head of specified byte array.
|
![]() ![]() | UnpackNull(Stream) |
Unpacks the nil value from the specified Stream.
|
![]() ![]() | UnpackNull(Byte, Int32) |
Unpacks the nil from the specified byte array.
|
![]() ![]() | UnpackObject(Byte) |
Unpacks the MessagePackObject which represents the value which has MessagePack type semantics. from the head of specified byte array.
|
![]() ![]() | UnpackObject(Stream) |
Unpacks the MessagePackObject which represents the value which has MessagePack type semantics. value from the specified Stream.
|
![]() ![]() | UnpackObject(Byte, Int32) |
Unpacks the MessagePackObject which represents the value which has MessagePack type semantics. from the specified byte array.
|
![]() ![]() | UnpackSByte(Byte) |
Unpacks SByte value from the head of specified byte array.
|
![]() ![]() | UnpackSByte(Stream) | |
![]() ![]() | UnpackSByte(Byte, Int32) |
Unpacks SByte value from the specified byte array.
|
![]() ![]() | UnpackSingle(Byte) |
Unpacks Single value from the head of specified byte array.
|
![]() ![]() | UnpackSingle(Stream) | |
![]() ![]() | UnpackSingle(Byte, Int32) |
Unpacks Single value from the specified byte array.
|
![]() ![]() | UnpackString(Byte) |
Unpacks String value from the head of specified byte array with UTF-8 encoding.
|
![]() ![]() | UnpackString(Stream) | |
![]() ![]() | UnpackString(Byte, Int32) |
Unpacks String value from specified offsetted byte array with UTF-8 encoding.
|
![]() ![]() | UnpackString(Byte, Encoding) |
Unpacks String value from the head of specified byte array with specified encoding.
|
![]() ![]() | UnpackString(Stream, Encoding) | |
![]() ![]() | UnpackString(Byte, Int32, Encoding) |
Unpacks String value from specified offsetted byte array with specified encoding.
|
![]() ![]() | UnpackUInt16(Byte) |
Unpacks UInt16 value from the head of specified byte array.
|
![]() ![]() | UnpackUInt16(Stream) | |
![]() ![]() | UnpackUInt16(Byte, Int32) |
Unpacks UInt16 value from the specified byte array.
|
![]() ![]() | UnpackUInt32(Byte) |
Unpacks UInt32 value from the head of specified byte array.
|
![]() ![]() | UnpackUInt32(Stream) | |
![]() ![]() | UnpackUInt32(Byte, Int32) |
Unpacks UInt32 value from the specified byte array.
|
![]() ![]() | UnpackUInt64(Byte) |
Unpacks UInt64 value from the head of specified byte array.
|
![]() ![]() | UnpackUInt64(Stream) | |
![]() ![]() | UnpackUInt64(Byte, Int32) |
Unpacks UInt64 value from the specified byte array.
|