Method | Description | |
---|---|---|
ItemsUnpacker ( System.Stream stream, |
||
ReadArrayLength ( System.Int64 &result ) : bool | ||
ReadArrayLengthAsync ( |
||
ReadBinary ( Byte &result ) : bool | ||
ReadBinaryAsync ( |
||
ReadBoolean ( System.Boolean &result ) : bool | ||
ReadBooleanAsync ( |
||
ReadByte ( Byte &result ) : bool | ||
ReadByteAsync ( |
||
ReadDouble ( Double &result ) : bool | ||
ReadDoubleAsync ( |
||
ReadInt16 ( |
||
ReadInt16Async ( |
||
ReadInt32 ( |
||
ReadInt32Async ( |
||
ReadInt64 ( System.Int64 &result ) : bool | ||
ReadInt64Async ( |
||
ReadMapLength ( System.Int64 &result ) : bool | ||
ReadMapLengthAsync ( |
||
ReadMessagePackExtendedTypeObject ( MessagePackExtendedTypeObject &result ) : bool | ||
ReadMessagePackExtendedTypeObjectAsync ( |
||
ReadNullableBoolean ( System.Boolean &result ) : bool | ||
ReadNullableBooleanAsync ( |
||
ReadNullableByte ( Byte &result ) : bool | ||
ReadNullableByteAsync ( |
||
ReadNullableDouble ( Double &result ) : bool | ||
ReadNullableDoubleAsync ( |
||
ReadNullableInt16 ( |
||
ReadNullableInt16Async ( |
||
ReadNullableInt32 ( |
||
ReadNullableInt32Async ( |
||
ReadNullableInt64 ( System.Int64 &result ) : bool | ||
ReadNullableInt64Async ( |
||
ReadNullableSByte ( SByte &result ) : bool | ||
ReadNullableSByteAsync ( |
||
ReadNullableSingle ( System.Single &result ) : bool | ||
ReadNullableSingleAsync ( |
||
ReadNullableUInt16 ( |
||
ReadNullableUInt16Async ( |
||
ReadNullableUInt32 ( |
||
ReadNullableUInt32Async ( |
||
ReadNullableUInt64 ( System.UInt64 &result ) : bool | ||
ReadNullableUInt64Async ( |
||
ReadObject ( MessagePackObject &result ) : bool | ||
ReadObjectAsync ( |
||
ReadSByte ( SByte &result ) : bool | ||
ReadSByteAsync ( |
||
ReadSingle ( System.Single &result ) : bool | ||
ReadSingleAsync ( |
||
ReadString ( String &result ) : bool | ||
ReadStringAsync ( |
||
ReadUInt16 ( UInt16 &result ) : bool | ||
ReadUInt16Async ( CancellationToken cancellationToken ) : Task |
||
ReadUInt32 ( UInt32 &result ) : bool | ||
ReadUInt32Async ( CancellationToken cancellationToken ) : Task |
||
ReadUInt64 ( UInt64 &result ) : bool | ||
ReadUInt64Async ( CancellationToken cancellationToken ) : Task |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ReadAsyncCore ( |
||
ReadCore ( ) : bool | ||
ReadSubtreeCore ( ) : |
Starts unpacking of current subtree.
|
|
SkipAsyncCore ( CancellationToken cancellationToken ) : Task |
||
SkipCore ( ) : long? |
Method | Description | |
---|---|---|
CheckLength ( long length, ReadValueResult type ) : void | ||
GetPreviousPosition ( long &offsetOrPosition ) : bool | ||
ReadArrayLengthCore ( long length ) : long | ||
ReadBinaryAsyncCore ( long length, |
||
ReadBinaryCore ( long length ) : byte[] | ||
ReadByteFromSource ( ) : int | ||
ReadByteFromSourceAsync ( |
||
ReadByteStrict ( ) : byte | ||
ReadByteStrictAsync ( |
||
ReadMapLengthCore ( long length ) : long | ||
ReadMessagePackExtendedTypeObjectAsyncCore ( ReadValueResult type, |
||
ReadMessagePackExtendedTypeObjectCore ( ReadValueResult type ) : MessagePackExtendedTypeObject | ||
ReadStrict ( byte buffer, int size ) : void | ||
ReadStrictAsync ( byte buffer, int size, |
||
ReadStringAsyncCore ( long length, |
||
ReadStringCore ( long length ) : string | ||
ReadSubtreeArrayLength ( System.Int64 &result ) : bool | ||
ReadSubtreeArrayLengthAsync ( |
||
ReadSubtreeBinary ( Byte &result ) : bool | ||
ReadSubtreeBinaryAsync ( |
||
ReadSubtreeBoolean ( System.Boolean &result ) : bool | ||
ReadSubtreeBooleanAsync ( |
||
ReadSubtreeByte ( Byte &result ) : bool | ||
ReadSubtreeByteAsync ( |
||
ReadSubtreeDouble ( Double &result ) : bool | ||
ReadSubtreeDoubleAsync ( |
||
ReadSubtreeInt16 ( |
||
ReadSubtreeInt16Async ( |
||
ReadSubtreeInt32 ( |
||
ReadSubtreeInt32Async ( |
||
ReadSubtreeInt64 ( System.Int64 &result ) : bool | ||
ReadSubtreeInt64Async ( |
||
ReadSubtreeItem ( ) : bool |
Read subtree item from current stream. This method only be called from SubtreeUnpacker. |
|
ReadSubtreeItemAsync ( |
||
ReadSubtreeMapLength ( System.Int64 &result ) : bool | ||
ReadSubtreeMapLengthAsync ( |
||
ReadSubtreeMessagePackExtendedTypeObject ( MessagePackExtendedTypeObject &result ) : bool | ||
ReadSubtreeMessagePackExtendedTypeObjectAsync ( |
||
ReadSubtreeNullableBoolean ( System.Boolean &result ) : bool | ||
ReadSubtreeNullableBooleanAsync ( |
||
ReadSubtreeNullableByte ( Byte &result ) : bool | ||
ReadSubtreeNullableByteAsync ( |
||
ReadSubtreeNullableDouble ( Double &result ) : bool | ||
ReadSubtreeNullableDoubleAsync ( |
||
ReadSubtreeNullableInt16 ( |
||
ReadSubtreeNullableInt16Async ( |
||
ReadSubtreeNullableInt32 ( |
||
ReadSubtreeNullableInt32Async ( |
||
ReadSubtreeNullableInt64 ( System.Int64 &result ) : bool | ||
ReadSubtreeNullableInt64Async ( |
||
ReadSubtreeNullableSByte ( SByte &result ) : bool | ||
ReadSubtreeNullableSByteAsync ( |
||
ReadSubtreeNullableSingle ( System.Single &result ) : bool | ||
ReadSubtreeNullableSingleAsync ( |
||
ReadSubtreeNullableUInt16 ( |
||
ReadSubtreeNullableUInt16Async ( |
||
ReadSubtreeNullableUInt32 ( |
||
ReadSubtreeNullableUInt32Async ( |
||
ReadSubtreeNullableUInt64 ( System.UInt64 &result ) : bool | ||
ReadSubtreeNullableUInt64Async ( |
||
ReadSubtreeObject ( bool isDeep, MessagePackObject &result ) : bool | ||
ReadSubtreeObjectAsync ( bool isDeep, |
||
ReadSubtreeSByte ( SByte &result ) : bool | ||
ReadSubtreeSByteAsync ( CancellationToken cancellationToken ) : Task |
||
ReadSubtreeSingle ( Single &result ) : bool | ||
ReadSubtreeSingleAsync ( CancellationToken cancellationToken ) : Task |
||
ReadSubtreeString ( String &result ) : bool | ||
ReadSubtreeStringAsync ( CancellationToken cancellationToken ) : Task |
||
ReadSubtreeUInt16 ( UInt16 &result ) : bool | ||
ReadSubtreeUInt16Async ( CancellationToken cancellationToken ) : Task |
||
ReadSubtreeUInt32 ( UInt32 &result ) : bool | ||
ReadSubtreeUInt32Async ( CancellationToken cancellationToken ) : Task |
||
ReadSubtreeUInt64 ( UInt64 &result ) : bool | ||
ReadSubtreeUInt64Async ( CancellationToken cancellationToken ) : Task |
||
ReadValue ( byte &header, long &integral, float &real32, double &real64 ) : ReadValueResult | ||
ReadValueAsync ( CancellationToken cancellationToken ) : Task |
||
SkipSubtreeItem ( ) : long? | ||
SkipSubtreeItemAsync ( CancellationToken cancellationToken ) : Task |
||
ThrowEofException ( ) : void | ||
ThrowEofException ( long reading ) : void | ||
ThrowTooLongLengthException ( long length, ReadValueResult type ) : void | ||
ThrowTypeException ( Type type, byte header ) : void | ||
ThrowUnassignedMessageTypeException ( int header ) : void | ||
ThrowUnexpectedExtCodeException ( ReadValueResult type ) : void |
public ItemsUnpacker ( System.Stream stream, |
||
stream | System.Stream | |
streamOptions | ||
return | System |
public ReadArrayLength ( System.Int64 &result ) : bool | ||
result | System.Int64 | |
return | bool |
public ReadArrayLengthAsync ( |
||
cancellationToken | ||
return | Task |
protected ReadAsyncCore ( |
||
cancellationToken | ||
return | Task |
public ReadBinaryAsync ( |
||
cancellationToken | ||
return | Task |
public ReadBoolean ( System.Boolean &result ) : bool | ||
result | System.Boolean | |
return | bool |
public ReadBooleanAsync ( |
||
cancellationToken | ||
return | Task |
public ReadByteAsync ( |
||
cancellationToken | ||
return | Task |
public ReadDoubleAsync ( |
||
cancellationToken | ||
return | Task |
public ReadInt16Async ( |
||
cancellationToken | ||
return | Task |
public ReadInt32Async ( |
||
cancellationToken | ||
return | Task |
public ReadInt64 ( System.Int64 &result ) : bool | ||
result | System.Int64 | |
return | bool |
public ReadInt64Async ( |
||
cancellationToken | ||
return | Task |
public ReadMapLength ( System.Int64 &result ) : bool | ||
result | System.Int64 | |
return | bool |
public ReadMapLengthAsync ( |
||
cancellationToken | ||
return | Task |
public ReadMessagePackExtendedTypeObject ( MessagePackExtendedTypeObject &result ) : bool | ||
result | MessagePackExtendedTypeObject | |
return | bool |
public ReadMessagePackExtendedTypeObjectAsync ( |
||
cancellationToken | ||
return | Task |
public ReadNullableBoolean ( System.Boolean &result ) : bool | ||
result | System.Boolean | |
return | bool |
public ReadNullableBooleanAsync ( |
||
cancellationToken | ||
return | Task |
public ReadNullableByte ( Byte &result ) : bool | ||
result | Byte | |
return | bool |
public ReadNullableByteAsync ( |
||
cancellationToken | ||
return | Task |
public ReadNullableDouble ( Double &result ) : bool | ||
result | Double | |
return | bool |
public ReadNullableDoubleAsync ( |
||
cancellationToken | ||
return | Task |
public ReadNullableInt16 ( |
||
result | ||
return | bool |
public ReadNullableInt16Async ( |
||
cancellationToken | ||
return | Task |
public ReadNullableInt32 ( |
||
result | ||
return | bool |
public ReadNullableInt32Async ( |
||
cancellationToken | ||
return | Task |
public ReadNullableInt64 ( System.Int64 &result ) : bool | ||
result | System.Int64 | |
return | bool |
public ReadNullableInt64Async ( |
||
cancellationToken | ||
return | Task |
public ReadNullableSByte ( SByte &result ) : bool | ||
result | SByte | |
return | bool |
public ReadNullableSByteAsync ( |
||
cancellationToken | ||
return | Task |
public ReadNullableSingle ( System.Single &result ) : bool | ||
result | System.Single | |
return | bool |
public ReadNullableSingleAsync ( |
||
cancellationToken | ||
return | Task |
public ReadNullableUInt16 ( |
||
result | ||
return | bool |
public ReadNullableUInt16Async ( |
||
cancellationToken | ||
return | Task |
public ReadNullableUInt32 ( |
||
result | ||
return | bool |
public ReadNullableUInt32Async ( |
||
cancellationToken | ||
return | Task |
public ReadNullableUInt64 ( System.UInt64 &result ) : bool | ||
result | System.UInt64 | |
return | bool |
public ReadNullableUInt64Async ( |
||
cancellationToken | ||
return | Task |
public ReadObject ( MessagePackObject &result ) : bool | ||
result | MessagePackObject | |
return | bool |
public ReadObjectAsync ( |
||
cancellationToken | ||
return | Task |
public ReadSByteAsync ( |
||
cancellationToken | ||
return | Task |
public ReadSingle ( System.Single &result ) : bool | ||
result | System.Single | |
return | bool |
public ReadSingleAsync ( |
||
cancellationToken | ||
return | Task |
public ReadStringAsync ( |
||
cancellationToken | ||
return | Task |
public ReadUInt16Async ( CancellationToken cancellationToken ) : Task |
||
cancellationToken | CancellationToken | |
return | Task |
public ReadUInt32Async ( CancellationToken cancellationToken ) : Task |
||
cancellationToken | CancellationToken | |
return | Task |
public ReadUInt64Async ( CancellationToken cancellationToken ) : Task |
||
cancellationToken | CancellationToken | |
return | Task |
protected SkipAsyncCore ( CancellationToken cancellationToken ) : Task |
||
cancellationToken | CancellationToken | |
return | Task |