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