- DateUtils - Class in de.greenrobot.common
-
Simple Date and time utils.
- DateUtils() - Constructor for class de.greenrobot.common.DateUtils
-
- DateUtils.DefaultCalendarThreadLocal - Class in de.greenrobot.common
-
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.
- DateUtils.DefaultCalendarThreadLocal() - Constructor for class de.greenrobot.common.DateUtils.DefaultCalendarThreadLocal
-
- de.greenrobot.common - package de.greenrobot.common
-
- de.greenrobot.common.hash - package de.greenrobot.common.hash
-
- de.greenrobot.common.io - package de.greenrobot.common.io
-
- DECODE - Static variable in class de.greenrobot.common.Base64
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class de.greenrobot.common.Base64
-
Low-level access to decoding ASCII characters in the form of a byte array.
- decode(byte[], int, int, int) - Static method in class de.greenrobot.common.Base64
-
Low-level access to decoding ASCII characters in the form of a byte array.
- decode(String) - Static method in class de.greenrobot.common.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class de.greenrobot.common.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class de.greenrobot.common.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class de.greenrobot.common.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeToFile(String, String) - Static method in class de.greenrobot.common.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class de.greenrobot.common.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class de.greenrobot.common.Base64
-
Attempts to decode Base64 data and deserialize a Java Object within.
- decodeUrl(String) - Static method in class de.greenrobot.common.StringUtils
-
URL-Decodes a given string using UTF-8.
- decodeUrlIso(String) - Static method in class de.greenrobot.common.StringUtils
-
URL-Decodes a given string using ISO-8859-1.
- DO_BREAK_LINES - Static variable in class de.greenrobot.common.Base64
-
Do break lines when encoding.
- DONT_GUNZIP - Static variable in class de.greenrobot.common.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- ellipsize(String, int) - Static method in class de.greenrobot.common.StringUtils
-
Cuts the string at the end if it's longer than maxLength and appends "..." to it.
- ENCODE - Static variable in class de.greenrobot.common.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class de.greenrobot.common.Base64
-
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class de.greenrobot.common.Base64
-
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
- encodeBytes(byte[]) - Static method in class de.greenrobot.common.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class de.greenrobot.common.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class de.greenrobot.common.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class de.greenrobot.common.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class de.greenrobot.common.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class de.greenrobot.common.Base64
-
- encodeFileToFile(String, String) - Static method in class de.greenrobot.common.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class de.greenrobot.common.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeObject(Serializable) - Static method in class de.greenrobot.common.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeObject(Serializable, int) - Static method in class de.greenrobot.common.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeToFile(byte[], String) - Static method in class de.greenrobot.common.Base64
-
Convenience method for encoding data to a file.
- encodeUrl(String) - Static method in class de.greenrobot.common.StringUtils
-
- encodeUrlIso(String) - Static method in class de.greenrobot.common.StringUtils
-
URL-encodes a given string using ISO-8859-1, which may work better with web pages and umlauts compared to UTF-8.
- entrySet() - Method in class de.greenrobot.common.AbstractMultimap
-
- equals(Object) - Method in class de.greenrobot.common.AbstractMultimap
-
- evictToTargetSize(int) - Method in class de.greenrobot.common.ObjectCache
-