C# Class MsgPack.MsgPackReader

Exibir arquivo Open project: e-travel/msgpack Class Usage Examples

Public Methods

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

Method Details

IsArray() public method

public IsArray ( ) : bool
return bool

IsBoolean() public method

public IsBoolean ( ) : bool
return bool

IsMap() public method

public IsMap ( ) : bool
return bool

IsRaw() public method

public IsRaw ( ) : bool
return bool

IsSigned() public method

public IsSigned ( ) : bool
return bool

IsSigned64() public method

public IsSigned64 ( ) : bool
return bool

IsUnsigned() public method

public IsUnsigned ( ) : bool
return bool

IsUnsigned64() public method

public IsUnsigned64 ( ) : bool
return bool

MsgPackReader() public method

public MsgPackReader ( Stream strm ) : System
strm Stream
return System

Read() public method

public Read ( ) : bool
return bool

ReadRawGuid() public method

public ReadRawGuid ( ) : System.Guid
return System.Guid

ReadRawString() public method

public ReadRawString ( ) : string
return string

ReadRawString() public method

public ReadRawString ( byte buf ) : string
buf byte
return string

ReadValueRaw() public method

public ReadValueRaw ( byte buf, int offset, int count ) : int
buf byte
offset int
count int
return int