C# Class MsgPack, msgpack

Afficher le fichier Open project: slavat/msgpack Class Usage Examples

Méthodes publiques

Méthode Description
IsFixArrayType ( byte b ) : bool
IsFixMapType ( byte b ) : bool
IsFixRawType ( byte b ) : bool
IsNegativeFixnum ( byte b ) : bool
IsPositiveFixnum ( byte b ) : bool
PackFixArayLength ( int n ) : byte
PackFixMapLength ( int n ) : byte
PackFixRawLength ( int n ) : byte
UnpackFixArrayLength ( byte b ) : int
UnpackFixMapLength ( byte b ) : int
UnpackFixRawLength ( byte b ) : int

Method Details

IsFixArrayType() public static méthode

public static IsFixArrayType ( byte b ) : bool
b byte
Résultat bool

IsFixMapType() public static méthode

public static IsFixMapType ( byte b ) : bool
b byte
Résultat bool

IsFixRawType() public static méthode

public static IsFixRawType ( byte b ) : bool
b byte
Résultat bool

IsNegativeFixnum() public static méthode

public static IsNegativeFixnum ( byte b ) : bool
b byte
Résultat bool

IsPositiveFixnum() public static méthode

public static IsPositiveFixnum ( byte b ) : bool
b byte
Résultat bool

PackFixArayLength() public static méthode

public static PackFixArayLength ( int n ) : byte
n int
Résultat byte

PackFixMapLength() public static méthode

public static PackFixMapLength ( int n ) : byte
n int
Résultat byte

PackFixRawLength() public static méthode

public static PackFixRawLength ( int n ) : byte
n int
Résultat byte

UnpackFixArrayLength() public static méthode

public static UnpackFixArrayLength ( byte b ) : int
b byte
Résultat int

UnpackFixMapLength() public static méthode

public static UnpackFixMapLength ( byte b ) : int
b byte
Résultat int

UnpackFixRawLength() public static méthode

public static UnpackFixRawLength ( byte b ) : int
b byte
Résultat int