public class Base64InputStream extends 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(InputStream inputStream)
It builds a base64 decoding input stream.
|
public Base64InputStream(InputStream inputStream)
It builds a base64 decoding input stream.
inputStream - The underlying stream, from which the encoded data is
read.public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionCopyright © 2013 The Skfiy Open Association. All Rights Reserved.