Class | Description |
---|---|
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.InputStream |
A
Base64.InputStream will read data from another java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
Base64.OutputStream |
A
Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
DateUtils |
Simple Date and time utils.
|
DateUtils.DefaultCalendarThreadLocal |
Calendar objects are rather expensive: for heavy usage it's a good idea to use a single instance per thread
instead of calling Calendar.getInstance() multiple times.
|
ObjectCache<KEY,VALUE> |
An in-memory object cache supporting soft/weak/strong references, maximum size (clearing the entries putted
first), and time-based expiration.
|
PrimitiveArrayUtils |
Retrieves int and long values from byte arrays using sun.misc.Unsafe for fast access.
|
StringUtils |
Utilities for working with strings like splitting, joining, url-encoding, hex, and digests.
|
Enum | Description |
---|---|
ObjectCache.ReferenceType |
Available under the Apache License, Version 2.0 - Copyright © 2012-2016 greenrobot.org. All Rights Reserved.