public class Base64InputStream
extends java.io.InputStream
| Constructor and Description |
|---|
Base64InputStream(java.io.InputStream in) |
Base64InputStream(java.io.InputStream in,
boolean strict) |
public Base64InputStream(java.io.InputStream in)
public Base64InputStream(java.io.InputStream in,
boolean strict)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buffer)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionCopyright © 2004-2012. All Rights Reserved.