public abstract class TReader extends Object implements TCloseable
Modifier | Constructor and Description |
---|---|
protected |
TReader() |
protected |
TReader(TObject lock) |
Modifier and Type | Method and Description |
---|---|
void |
mark(int readAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] cbuf) |
abstract int |
read(char[] cbuf,
int off,
int len) |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close
protected TObject lock
protected TReader()
protected TReader(TObject lock)
public int read() throws IOException
IOException
public int read(char[] cbuf) throws IOException
IOException
public abstract int read(char[] cbuf, int off, int len) throws IOException
IOException
public long skip(long n) throws IOException
IOException
public boolean ready() throws IOException
IOException
public boolean markSupported()
public void mark(int readAheadLimit) throws IOException
IOException
public void reset() throws IOException
IOException
Copyright © 2019. All rights reserved.