public class Base64InputStream extends InputStream
Constructor and Description |
---|
Base64InputStream(Reader in) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read()
Read a single character.
|
mark, markSupported, read, read, reset, skip
public Base64InputStream(Reader in)
public int read() throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.