public class TBufferedReader extends TReader
Constructor and Description |
---|
TBufferedReader(TReader innerReader) |
TBufferedReader(TReader innerReader,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
mark(int readAheadLimit) |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
String |
readLine() |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
markSupported, read
public TBufferedReader(TReader innerReader, int size)
public TBufferedReader(TReader innerReader)
public int read() throws IOException
read
in class TReader
IOException
public void close() throws IOException
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class TReader
IOException
public String readLine() throws IOException
IOException
public long skip(long n) throws IOException
skip
in class TReader
IOException
public void mark(int readAheadLimit) throws IOException
mark
in class TReader
IOException
public void reset() throws IOException
reset
in class TReader
IOException
Copyright © 2019. All rights reserved.