public final class AsciiReader extends Reader
| Constructor and Description |
|---|
AsciiReader(InputStream input)
Constructs the reader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
mark(int readAheadLimit) |
int |
read() |
int |
read(char[] buf,
int off,
int len) |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
markSupported, read, readpublic AsciiReader(InputStream input)
public int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] buf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class ReaderIOExceptionpublic boolean ready()
throws IOException
ready in class ReaderIOExceptionpublic void mark(int readAheadLimit)
throws IOException
mark in class ReaderIOExceptionpublic void reset()
throws IOException
reset in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2019. All rights reserved.