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
D
data
- Variable in class net.guha.util.cdk.
Node
DECODE
- Static variable in class net.guha.util.cdk.
Base64
Specify decoding.
decode(byte[], int, int, int)
- Static method in class net.guha.util.cdk.
Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String)
- Static method in class net.guha.util.cdk.
Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int)
- Static method in class net.guha.util.cdk.
Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String)
- Static method in class net.guha.util.cdk.
Base64
Reads
infile
and decodes it to
outfile
.
decodeFromFile(String)
- Static method in class net.guha.util.cdk.
Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String)
- Static method in class net.guha.util.cdk.
Base64
Convenience method for decoding data to a file.
decodeToObject(String)
- Static method in class net.guha.util.cdk.
Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DONT_BREAK_LINES
- Static variable in class net.guha.util.cdk.
Base64
Don't break lines when encoding (violates strict Base64 specification)
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