public static class NullImplementation.NullReader extends Reader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
mark(int cb) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] ach) |
int |
read(char[] cbuf, int off, int len) |
int |
read(CharBuffer buf) |
boolean |
ready() |
void |
reset() |
long |
skip(long ch) |
public void mark(int cb)
throws IOException
mark in class ReaderIOExceptionpublic boolean markSupported()
markSupported in class Reader
public int read()
throws IOException
read in class ReaderIOException
public int read(char[] ach)
throws IOException
read in class ReaderIOException
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic int read(CharBuffer buf) throws IOException
read in interface Readableread in class ReaderIOException
public boolean ready()
throws IOException
ready in class ReaderIOException
public void reset()
throws IOException
reset in class ReaderIOException
public long skip(long ch)
throws IOException
skip in class ReaderIOException
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOException