Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
I
R
W
A
available()
- Method in class it.sauronsoftware.base64.
Base64InputStream
B
Base64
- class it.sauronsoftware.base64.
Base64
.
Base64 encoding and decoding utility methods, both for binary and textual informations.
Base64()
- Constructor for class it.sauronsoftware.base64.
Base64
Base64InputStream
- class it.sauronsoftware.base64.
Base64InputStream
.
A base64 encoding input stream.
Base64InputStream(InputStream)
- Constructor for class it.sauronsoftware.base64.
Base64InputStream
It builds a base64 decoding input stream.
Base64OutputStream
- class it.sauronsoftware.base64.
Base64OutputStream
.
A base64 decoding output stream.
Base64OutputStream(OutputStream)
- Constructor for class it.sauronsoftware.base64.
Base64OutputStream
It builds a base64 encoding output stream writing the encoded data in the given underlying stream.
Base64OutputStream(OutputStream, int)
- Constructor for class it.sauronsoftware.base64.
Base64OutputStream
It builds a base64 encoding output stream writing the encoded data in the given underlying stream.
C
close()
- Method in class it.sauronsoftware.base64.
Base64InputStream
close()
- Method in class it.sauronsoftware.base64.
Base64OutputStream
commit()
- Method in class it.sauronsoftware.base64.
Base64OutputStream
It commits 4 bytes to the underlying stream.
D
decode(String)
- Static method in class it.sauronsoftware.base64.
Base64
Decodes the supplied string.
decode(String, String)
- Static method in class it.sauronsoftware.base64.
Base64
Decodes the supplied string.
decode(byte[])
- Static method in class it.sauronsoftware.base64.
Base64
Decodes a binary sequence.
decode(InputStream, OutputStream)
- Static method in class it.sauronsoftware.base64.
Base64
Decodes data from the given input stream and write them in the given output stream.
E
encode(String)
- Static method in class it.sauronsoftware.base64.
Base64
Encodes a string.
encode(String, String)
- Static method in class it.sauronsoftware.base64.
Base64
Encodes a string.
encode(byte[])
- Static method in class it.sauronsoftware.base64.
Base64
Encodes a binary sequence.
encode(byte[], int)
- Static method in class it.sauronsoftware.base64.
Base64
Encodes a binary sequence, wrapping every encoded line every
wrapAt
characters.
encode(InputStream, OutputStream)
- Static method in class it.sauronsoftware.base64.
Base64
Encodes data from the given input stream and write them in the given output stream.
encode(InputStream, OutputStream, int)
- Static method in class it.sauronsoftware.base64.
Base64
Encodes data from the given input stream and write them in the given output stream, wrapping every encoded line every
wrapAt
characters.
I
it.sauronsoftware.base64
- package it.sauronsoftware.base64
Base64 encoders and decoders.
R
read()
- Method in class it.sauronsoftware.base64.
Base64InputStream
W
write(int)
- Method in class it.sauronsoftware.base64.
Base64OutputStream
A
B
C
D
E
I
R
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes