gnu.mapping
Class CharArrayInPort
- Printable
public class CharArrayInPort
An Inport for reading from a char array.
Essentially the same as an InPort wrapped around a CharArrayReader, but
more efficient because it uses the char array as the InPort's buffer.
fill, getColumnNumber, getConvertCR, getLineNumber, getName, getReadState, lineStart, mark, markSupported, peek, read, read, readLine, readLine, ready, reset, setBuffer, setConvertCR, setLineNumber, setName, skip, skip, skip_quick, unread, unread_quick |
CharArrayInPort
public CharArrayInPort(String string)
CharArrayInPort
public CharArrayInPort(char[] buffer)
CharArrayInPort
public CharArrayInPort(char[] buffer,
int len)