Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V
W
E
ENCODE
- Static variable in class net.guha.util.cdk.
Base64
Specify encoding.
encodeBytes(byte[])
- Static method in class net.guha.util.cdk.
Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int)
- Static method in class net.guha.util.cdk.
Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int)
- Static method in class net.guha.util.cdk.
Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int)
- Static method in class net.guha.util.cdk.
Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String)
- Static method in class net.guha.util.cdk.
Base64
Reads
infile
and encodes it to
outfile
.
encodeFromFile(String)
- Static method in class net.guha.util.cdk.
Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable)
- Static method in class net.guha.util.cdk.
Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int)
- Static method in class net.guha.util.cdk.
Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String)
- Static method in class net.guha.util.cdk.
Base64
Convenience method for encoding data to a file.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V
W