- decodabet - Variable in class net.iharder.Base64.InputStream
-
- decodabet - Variable in class net.iharder.Base64.OutputStream
-
- DECODE - Static variable in class net.iharder.Base64
-
Specify decoding in first bit.
- decode(byte[]) - Static method in class net.iharder.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(byte[], int, int, int) - Static method in class net.iharder.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class net.iharder.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class net.iharder.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode4to3(byte[], int, byte[], int, int) - Static method in class net.iharder.Base64
-
Decodes four bytes from array source
and writes the resulting bytes (up to three of them)
to destination.
- decodeFileToFile(String, String) - Static method in class net.iharder.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class net.iharder.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeToFile(String, String) - Static method in class net.iharder.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class net.iharder.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class net.iharder.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- DO_BREAK_LINES - Static variable in class net.iharder.Base64
-
Do break lines when encoding.
- DONT_GUNZIP - Static variable in class net.iharder.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- ENCODE - Static variable in class net.iharder.Base64
-
Specify encoding in first bit.
- encode(ByteBuffer, ByteBuffer) - Static method in class net.iharder.Base64
-
Performs Base64 encoding on the raw
ByteBuffer,
writing it to the encoded
ByteBuffer.
- encode(ByteBuffer, CharBuffer) - Static method in class net.iharder.Base64
-
Performs Base64 encoding on the raw
ByteBuffer,
writing it to the encoded
CharBuffer.
- encode - Variable in class net.iharder.Base64.InputStream
-
- encode - Variable in class net.iharder.Base64.OutputStream
-
- encode3to4(byte[], byte[], int, int) - Static method in class net.iharder.Base64
-
Encodes up to the first three bytes of array threeBytes
and returns a four-byte array in Base64 notation.
- encode3to4(byte[], int, int, byte[], int, int) - Static method in class net.iharder.Base64
-
Encodes up to three bytes of the array source
and writes the resulting four Base64 bytes to destination.
- encodeBytes(byte[]) - Static method in class net.iharder.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class net.iharder.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class net.iharder.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class net.iharder.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class net.iharder.Base64
-
- encodeBytesToBytes(byte[], int, int, int) - Static method in class net.iharder.Base64
-
- encodeFileToFile(String, String) - Static method in class net.iharder.Base64
-
Reads infile and encodes it to outfile.
- encodeFromFile(String) - Static method in class net.iharder.Base64
-
Convenience method for reading a binary file
and base64-encoding it.
- encodeObject(Serializable) - Static method in class net.iharder.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class net.iharder.Base64
-
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeToFile(byte[], String) - Static method in class net.iharder.Base64
-
Convenience method for encoding data to a file.
- EQUALS_SIGN - Static variable in class net.iharder.Base64
-
The equals sign (=) as a byte.
- EQUALS_SIGN_ENC - Static variable in class net.iharder.Base64
-