| java.lang.Object uk.org.ponder.streamutil.read.StringRIS
Field Summary | |
public int | pos |
Method Summary | |
public boolean | EOF() | public void | close() | public char | get() Reads a single character from the stream and returns it. | public int | read(char[] target, int start, int length) |
close | public void close()(Code) | | |
get | public char get()(Code) | | Reads a single character from the stream and returns it. If the stream
has reached the end of file, return the value (char)-1.
The character that was read. |
read | public int read(char[] target, int start, int length)(Code) | | |
|
|