public interface CLInfoAccessor
| Modifier and Type | Method and Description |
|---|---|
int[] |
getInts(int key,
int n) |
long |
getLong(int key)
Returns the long value for the given key.
|
String |
getString(int key)
Returns the String value for the given key.
|
long |
getUInt32Long(int key)
Returns the
uint32_t value for the given key,
reinterpreted as a long value. |
int[] getInts(int key,
int n)
long getUInt32Long(int key)
uint32_t value for the given key,
reinterpreted as a long value.long getLong(int key)
String getString(int key)