C# Class MsgPack, msgpack

显示文件 Open project: slavat/msgpack Class Usage Examples

Public Methods

Method 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 method

public static IsFixArrayType ( byte b ) : bool
b byte
return bool

IsFixMapType() public static method

public static IsFixMapType ( byte b ) : bool
b byte
return bool

IsFixRawType() public static method

public static IsFixRawType ( byte b ) : bool
b byte
return bool

IsNegativeFixnum() public static method

public static IsNegativeFixnum ( byte b ) : bool
b byte
return bool

IsPositiveFixnum() public static method

public static IsPositiveFixnum ( byte b ) : bool
b byte
return bool

PackFixArayLength() public static method

public static PackFixArayLength ( int n ) : byte
n int
return byte

PackFixMapLength() public static method

public static PackFixMapLength ( int n ) : byte
n int
return byte

PackFixRawLength() public static method

public static PackFixRawLength ( int n ) : byte
n int
return byte

UnpackFixArrayLength() public static method

public static UnpackFixArrayLength ( byte b ) : int
b byte
return int

UnpackFixMapLength() public static method

public static UnpackFixMapLength ( byte b ) : int
b byte
return int

UnpackFixRawLength() public static method

public static UnpackFixRawLength ( byte b ) : int
b byte
return int