Package org.simpleframework.common.encode
package org.simpleframework.common.encode
-
ClassesClassDescriptionThe
Base64Encoderis used to encode and decode base64 content.TheBase64InputStreamis used to read base64 text in the form of a string through a conventional input stream.TheBase64OutputStreamis used to write base64 text in the form of a string through a conventional output stream.