Method | Description | |
---|---|---|
IsArray ( ) : bool | ||
IsBoolean ( ) : bool | ||
IsMap ( ) : bool | ||
IsRaw ( ) : bool | ||
IsSigned ( ) : bool | ||
IsSigned64 ( ) : bool | ||
IsUnsigned ( ) : bool | ||
IsUnsigned64 ( ) : bool | ||
MsgPackReader ( Stream strm ) : System | ||
Read ( ) : bool | ||
ReadRawGuid ( ) : System.Guid | ||
ReadRawString ( ) : string | ||
ReadRawString ( byte buf ) : string | ||
ReadValueRaw ( byte buf, int offset, int count ) : int |
public MsgPackReader ( Stream strm ) : System | ||
strm | Stream | |
return | System |
public ReadValueRaw ( byte buf, int offset, int count ) : int | ||
buf | byte | |
offset | int | |
count | int | |
return | int |