public class Base64InputStream extends InputStream
| Modifier | Constructor and Description |
|---|---|
|
Base64InputStream(InputStream in) |
|
Base64InputStream(InputStream in,
boolean strict) |
|
Base64InputStream(InputStream in,
DecodeMonitor monitor) |
protected |
Base64InputStream(int bufsize,
InputStream in,
DecodeMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] buffer) |
int |
read(byte[] buffer,
int offset,
int length) |
available, mark, markSupported, reset, skippublic Base64InputStream(InputStream in, DecodeMonitor monitor)
protected Base64InputStream(int bufsize,
InputStream in,
DecodeMonitor monitor)
public Base64InputStream(InputStream in)
public Base64InputStream(InputStream in, boolean strict)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.