Example usage for Java android.util Base64InputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
Base64InputStream(InputStream in, int flags) An InputStream that performs Base64 decoding on the data read from the wrapped stream. |