Class | Description |
---|---|
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.Base64InputStream |
A
Base64.Base64InputStream will read data from another
InputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
Base64.Base64OutputStream |
A
Base64.Base64OutputStream will write data to another
OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly. |
Bytes |
Utility class that handles byte arrays, conversions to/from other types,
comparisons, hash code generation, manufacturing keys for HashMaps or
HashSets, etc.
|
ConfTool |
Tool that prints out a configuration.
|
GetJavaProperty |
A generic way for querying Java properties.
|
JdbcT2Util | |
JdbcT4Util | |
NetworkConfiguration | |
RestConfiguration |
Adds rest configuration files to a Configuration
|
RetryCounter | |
RetryCounterFactory | |
Strings |
Utility for Strings.
|
VersionInfo |
This class finds the package info for rest and the VersionAnnotation
information.
|
Copyright © 2016. All rights reserved.