public class Base64InputStream
extends java.io.InputStream
A base64 encoding input stream.
A Base64InputStream reads from an underlying stream which is supposed to be a base64 encoded stream. Base64InputStream decodes the data read from the underlying stream and returns the decoded bytes to the caller.
构造器和说明 |
---|
Base64InputStream(java.io.InputStream inputStream)
It builds a base64 decoding input stream.
|
Copyright © 2016. All Rights Reserved.