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