| Package | Description |
|---|---|
| java.lang |
Core Java classes
|
| tijos.framework.networkcenter.ntp |
Network time protocol client class
|
| Modifier and Type | Method and Description |
|---|---|
static byte |
Byte.parseByte(String s) |
static byte |
Byte.parseByte(String s,
int radix) |
static double |
Double.parseDouble(String s)
Converts a String value into a double.
|
static float |
Float.parseFloat(String s)
Converts a String value into a float
|
static short |
Short.parseShort(String s) |
static short |
Short.parseShort(String s,
int radix) |
| Modifier and Type | Method and Description |
|---|---|
static TimeStamp |
TimeStamp.parseNtpString(String s)
Parses the string argument as a NTP hexidecimal timestamp representation string
(e.g.
|
| Constructor and Description |
|---|
TimeStamp(String hexStamp)
Constructs a newly allocated NTP timestamp object
that represents the value represented by the string
in hexdecimal form (e.g.
|