Package org.shlublu.javax.data

Class Summary
Base64 RFC 2045 compliant Base 64 encoder/decoder.
Base64InputStream RFC 2045 compliant Base 64 stream decoder.
This stream filters a given InputStream

The data is decoded following the calls of read() or read(byte[],int,int).
Base64OutputStream RFC 2045 compliant Base 64 stream encoder.
This stream filters a given OutputStream
 

Exception Summary
Base64Exception Thrown when a problem occurs using Base64
Base64IOException Thrown when a problem occurs using Base64 input and output streams
TruncatedBase64CodeException Thrown when attempting to decode a non-multiple of 4 chars base 64 code
UnexpectedPadException Thrown when a unexpected padding char is found when decoding
UnknownBase64DigitException Thrown when a unexpected digit is given the decoder