C# Class MsgPack.MsgPackReader

Afficher le fichier Open project: e-travel/msgpack Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public IsArray ( ) : bool
Résultat bool

IsBoolean() public méthode

public IsBoolean ( ) : bool
Résultat bool

IsMap() public méthode

public IsMap ( ) : bool
Résultat bool

IsRaw() public méthode

public IsRaw ( ) : bool
Résultat bool

IsSigned() public méthode

public IsSigned ( ) : bool
Résultat bool

IsSigned64() public méthode

public IsSigned64 ( ) : bool
Résultat bool

IsUnsigned() public méthode

public IsUnsigned ( ) : bool
Résultat bool

IsUnsigned64() public méthode

public IsUnsigned64 ( ) : bool
Résultat bool

MsgPackReader() public méthode

public MsgPackReader ( Stream strm ) : System
strm Stream
Résultat System

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadRawGuid() public méthode

public ReadRawGuid ( ) : System.Guid
Résultat System.Guid

ReadRawString() public méthode

public ReadRawString ( ) : string
Résultat string

ReadRawString() public méthode

public ReadRawString ( byte buf ) : string
buf byte
Résultat string

ReadValueRaw() public méthode

public ReadValueRaw ( byte buf, int offset, int count ) : int
buf byte
offset int
count int
Résultat int