#include <Byte.h>
Static Public Member Functions | |
char | parseByte (const string &s) throw (NumberFormatException) |
string | toString (char c) |
Static Public Attributes | |
const char | MIN_VALUE |
const char | MAX_VALUE |
|
Parse a string supposed to represent a byte value and returns this value.
|
|
Encode a byte value into its string representation.
|
|
The maximum value for a Byte. |
|
The minimum value for a Byte. |