gnu.mapping
public class TtyInPort extends InPort
Field Summary | |
---|---|
protected Procedure | prompter |
protected boolean | promptEmitted |
protected OutPort | tie |
Constructor Summary | |
---|---|
TtyInPort(InputStream in, Path name, OutPort tie) | |
TtyInPort(Reader in, Path name, OutPort tie) |
Method Summary | |
---|---|
int | fill(int len) |
Procedure | getPrompter() Get the current prompter function. |
void | lineStart(boolean revisited) |
int | read() |
int | read(char[] cbuf, int off, int len) |
void | setPrompter(Procedure prompter) Set the prompter function.
|