메소드 | 설명 | |
---|---|---|
PortableBinaryObjectReader ( Stream stream ) : System |
Initializes a new instance of the
|
메소드 | 설명 | |
---|---|---|
PeekValueType ( ) : MemberValueType |
Returns the
|
|
ReadEndArrayToken ( ) : void |
Reads the end of the serialized array at the current position.
|
|
ReadEndObjectToken ( ) : void |
Reads the end of the serialized object at the current position.
|
|
ReadNextObjectMemberKey ( ) : bool |
Reads the next serialized object member key at the current position.
|
|
ReadPrimitiveValueAsBoolean ( ) : bool |
Reads the current value as a
|
|
ReadPrimitiveValueAsBytes ( int quota ) : byte[] |
Reads the current value as an array of
|
|
ReadPrimitiveValueAsDouble ( ) : double |
Reads the current value as a
|
|
ReadPrimitiveValueAsInt32 ( ) : int |
Reads the current value as an
|
|
ReadPrimitiveValueAsInt64 ( ) : long |
Reads the current value as an
|
|
ReadPrimitiveValueAsSingle ( ) : float |
Reads the current value as a
|
|
ReadPrimitiveValueAsString ( int quota ) : string |
Reads the current value as a
|
|
ReadPrimitiveValueAsUInt32 ( ) : uint |
Reads the current value as a
|
|
ReadPrimitiveValueAsUInt64 ( ) : ulong |
Reads the current value as a
|
|
ReadStartArrayToken ( ) : bool |
Reads the start of a serialized array at the current position.
|
|
ReadStartObjectToken ( ) : bool |
Reads the start of a serialized object at the current position.
|
|
ReadToNextArrayValue ( ) : bool |
Advances the reader to the next array value following the current position.
|
|
SkipPrimitiveValue ( ) : void |
Skips the primitive value at the current reader position.
|
메소드 | 설명 | |
---|---|---|
PeekPackedInt ( ) : int | ||
ReadNullablePrimitiveLength ( int quota ) : int | ||
ReadPackedInt ( ) : int |
Big-endian variable-length quantity (VLQ) encoding See http://en.wikipedia.org/wiki/Variable-length_quantity. |
|
ReadPrimitiveLength ( int quota ) : int | ||
TrySkipBytes ( int count ) : bool |
public PortableBinaryObjectReader ( Stream stream ) : System | ||
stream | Stream | The input stream. |
리턴 | System |
protected ReadPrimitiveValueAsBytes ( int quota ) : byte[] | ||
quota | int | |
리턴 | byte[] |
protected ReadPrimitiveValueAsString ( int quota ) : string | ||
quota | int | |
리턴 | string |