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 |
public static IsFixArrayType ( byte b ) : bool | ||
b | byte | |
return | bool |
public static IsNegativeFixnum ( byte b ) : bool | ||
b | byte | |
return | bool |
public static IsPositiveFixnum ( byte b ) : bool | ||
b | byte | |
return | bool |
public static PackFixArayLength ( int n ) : byte | ||
n | int | |
return | byte |
public static PackFixMapLength ( int n ) : byte | ||
n | int | |
return | byte |
public static PackFixRawLength ( int n ) : byte | ||
n | int | |
return | byte |
public static UnpackFixArrayLength ( byte b ) : int | ||
b | byte | |
return | int |
public static UnpackFixMapLength ( byte b ) : int | ||
b | byte | |
return | int |
public static UnpackFixRawLength ( byte b ) : int | ||
b | byte | |
return | int |