A B C D E F G H I J L M N O P R S T U V W _

B

backupFacility(String, Node) - Method in class org.jecars.apps.CARS_AdminApp
Implements the JeCARS backup facility
Base64 - Class in org.jecars.support
 
Base64.InputStream - Class in org.jecars.support
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.jecars.support.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.jecars.support.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.jecars.support
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.jecars.support.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.jecars.support.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BASE64Decoder - Class in org.jecars.support
 
BASE64Decoder() - Constructor for class org.jecars.support.BASE64Decoder
 
BASE64Encoder - Class in org.jecars.support
 
BASE64Encoder() - Constructor for class org.jecars.support.BASE64Encoder
 

A B C D E F G H I J L M N O P R S T U V W _