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.
close , fill , getColumnNumber , getConvertCR , getLineNumber , getName , getPath , getReadState , incrLineNumber , lineStart , mark , markSupported , peek , read , read , readLine , readLine , ready , reset , setBuffer , setConvertCR , setKeepFullLines , setLineNumber , setName , setPath , skip , skip , skipRestOfLine , skip_quick , unread , unread_quick |
CharArrayInPort
public CharArrayInPort(String string)
CharArrayInPort
public CharArrayInPort(char[] buffer)
CharArrayInPort
public CharArrayInPort(char[] buffer,
int len)