Method | Description | |
---|---|---|
read ( bintalk r, bool &v, uint maxValue ) : bool | ||
read ( bintalk r, byte &v, uint maxValue ) : bool | ||
read ( bintalk r, double &v, uint maxValue ) : bool | ||
read ( bintalk r, float &v, uint maxValue ) : bool | ||
read ( bintalk r, int &v, uint maxValue ) : bool | ||
read ( bintalk r, long &v, uint maxValue ) : bool | ||
read ( bintalk r, sbyte &v, uint maxValue ) : bool | ||
read ( bintalk r, short &v, uint maxValue ) : bool | ||
read ( bintalk r, string &v, uint maxValue ) : bool | ||
read ( bintalk r, uint &v, uint maxValue ) : bool | ||
read ( bintalk r, ulong &v, uint maxValue ) : bool | ||
read ( bintalk r, ushort &v, uint maxValue ) : bool | ||
readDynSize ( bintalk r, uint &s ) : bool | ||
readMid ( bintalk r, ushort &v ) : bool |
public static read ( bintalk r, bool &v, uint maxValue ) : bool | ||
r | bintalk | |
v | bool | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, byte &v, uint maxValue ) : bool | ||
r | bintalk | |
v | byte | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, double &v, uint maxValue ) : bool | ||
r | bintalk | |
v | double | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, float &v, uint maxValue ) : bool | ||
r | bintalk | |
v | float | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, int &v, uint maxValue ) : bool | ||
r | bintalk | |
v | int | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, long &v, uint maxValue ) : bool | ||
r | bintalk | |
v | long | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, sbyte &v, uint maxValue ) : bool | ||
r | bintalk | |
v | sbyte | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, short &v, uint maxValue ) : bool | ||
r | bintalk | |
v | short | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, string &v, uint maxValue ) : bool | ||
r | bintalk | |
v | string | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, uint &v, uint maxValue ) : bool | ||
r | bintalk | |
v | uint | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, ulong &v, uint maxValue ) : bool | ||
r | bintalk | |
v | ulong | |
maxValue | uint | |
return | bool |
public static read ( bintalk r, ushort &v, uint maxValue ) : bool | ||
r | bintalk | |
v | ushort | |
maxValue | uint | |
return | bool |
public static readDynSize ( bintalk r, uint &s ) : bool | ||
r | bintalk | |
s | uint | |
return | bool |
public static readMid ( bintalk r, ushort &v ) : bool | ||
r | bintalk | |
v | ushort | |
return | bool |