|
Buju 0.4 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
BBase64.InputStream
will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.BBase64.InputStream
in DECODE mode.
BBase64.InputStream
in
either ENCODE or DECODE mode.
BBase64.OutputStream
will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.BBase64.OutputStream
in ENCODE mode.
BBase64.OutputStream
in
either ENCODE or DECODE mode.
System.out
.
processLine
by simply returning the line
untouched.
System.err
and the stack trace.
BBase64.InputStream.read()
repeatedly until the end of stream
is reached or len bytes are read.
write(int)
repeatedly until len
bytes are written.
|
Buju 0.4 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |