| GzipCompressingInputStream |
|
| GzipCompressingInputStream.CRC32InputStream |
Internal stream without header/trailer
|
| GzipCompressingInputStream.InternalGzipCompressingInputStream |
Internal stream without header/trailer
|
| GzipCompressingInputStream.StatefullGzipStreamEnumerator |
|
| ISO8601Utils |
Utilities methods for manipulating dates in iso8601 format.
|
| JdbcUtils |
A collection of super helpful JDBC utility methods with SQL injection attack defense built in.
|
| KeyValue<K,V> |
|
| LimitInputStream |
An InputStream that limits the number of bytes which can be read.
|
| LinkedCaseInsensitiveMap<V> |
|
| ListMap<K,V> |
|
| MimeTypes |
|
| Path |
A case insensitive utility abstraction for working with forward slash based paths /like/you/find/in/urls.
|
| Pluralizer |
Transforms English words from singular to plural form.
|
| Rows |
An utility abstraction of a database result set where all child Row objects are themselves maps that share the same case insensitive key set.
|
| Rows.Row |
Represents a single row in a database result set where values can be accessed by a zero based integer index or by a case insensitive key/column name.
|
| Rows.RowKeys |
An ordered list of case insensitive key/column names shared by all Row instances in a Rows.
|
| StreamBuffer |
Uses an in memory buffer to hold output until bufferSize data is written then will switch over
to writing everything to a temp file.
|
| Task |
|
| Utils |
Collection of utility methods designed to make
java programming less verbose
|