| Class | Description |
|---|---|
| Base64Decoder |
This decoder implements standard Base64 decoding except it allows and silently ignores non-base64 input characters (spaces, line breaks etc)
Note: Java 6+ provide standard decoders
|
| Base64Decoder.IntWrapper | |
| DataTypeUtil |
Utilities to manipulate internal data type formats.
|
| DnsSrv | |
| DnsSrv.SrvRecord | |
| EscapeTokenizer |
EscapeTokenizer breaks up an SQL statement into SQL and escape code parts.
|
| ExpiringCache<K,V> | |
| IpAddressUtils | |
| LazyString |
A lazy string that can take a byte buffer and encoding and interpret it as a string if/when requested.
|
| LogUtils | |
| LRUCache<K,V> | |
| PerVmServerConfigCacheFactory | |
| SequentialIdLease | |
| StringUtils |
Various utility methods for converting to/from byte arrays in the platform encoding
|
| TestUtils | |
| TimeUtil |
Timezone conversion routines and other time related methods
|
| Util |
Various utility methods for the driver.
|
| Enum | Description |
|---|---|
| StringUtils.SearchMode |