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

B

Base64 - class org.systemsbiology.jrap.Base64.
Encodes and decodes to and from Base64 notation.
Base64.InputStream - class org.systemsbiology.jrap.Base64.InputStream.
A Base64#InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.systemsbiology.jrap.Base64.InputStream
Constructs a Base64#InputStream in DECODE mode.
Base64.InputStream(InputStream, boolean) - Constructor for class org.systemsbiology.jrap.Base64.InputStream
Constructs a Base64#InputStream in either ENCODE or DECODE mode.
Base64.InputStream(InputStream, boolean, boolean) - Constructor for class org.systemsbiology.jrap.Base64.InputStream
Constructs a Base64#InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - class org.systemsbiology.jrap.Base64.OutputStream.
A Base64#OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.systemsbiology.jrap.Base64.OutputStream
Constructs a Base64#OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, boolean) - Constructor for class org.systemsbiology.jrap.Base64.OutputStream
Constructs a Base64#OutputStream in either ENCODE or DECODE mode.
Base64.OutputStream(OutputStream, boolean, boolean) - Constructor for class org.systemsbiology.jrap.Base64.OutputStream
Constructs a Base64#OutputStream in either ENCODE or DECODE mode.

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