B C D E I R W

B

Base64 - Class in it.sauronsoftware.base64
Base64 encoding and decoding utility methods, both for binary and textual informations.
Base64() - Constructor for class it.sauronsoftware.base64.Base64
 
Base64InputStream - Class in it.sauronsoftware.base64
A base64 encoding input stream.
Base64InputStream(InputStream) - Constructor for class it.sauronsoftware.base64.Base64InputStream
It builds a base64 decoding input stream.
Base64OutputStream - Class in it.sauronsoftware.base64
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 writes them in the given output stream.
decode(File, File) - Static method in class it.sauronsoftware.base64.Base64
Decodes data from the given source file contents and writes them in the given target file.

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 writes 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 writes them in the given output stream, wrapping every encoded line every wrapAt characters.
encode(File, File, int) - Static method in class it.sauronsoftware.base64.Base64
Encodes data from the given source file contents and writes them in the given target file, wrapping every encoded line every wrapAt characters.
encode(File, File) - Static method in class it.sauronsoftware.base64.Base64
Encodes data from the given source file contents and writes them in the given target file.

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
 

B C D E I R W