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