Package org.simpleframework.common.encode
-
Class Summary Class Description Base64Encoder TheBase64Encoder
is used to encode and decode base64 content.Base64InputStream TheBase64InputStream
is used to read base64 text in the form of a string through a conventional input stream.Base64OutputStream TheBase64OutputStream
is used to write base64 text in the form of a string through a conventional output stream.