Example usage for Java android.util Base64OutputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
Base64OutputStream(OutputStream out, int flags) Performs Base64 encoding on the data written to the stream, writing the encoded data to another OutputStream. |