frysk.sys.termios
Class Special

java.lang.Object
  extended by frysk.sys.termios.Special

public abstract class Special
extends Object

Special characters and values.


Field Summary
static Special NON_CANONICAL_READ_MINIMUM
           
protected  String prefix
           
 
Constructor Summary
private Special(String prefix)
           
 
Method Summary
(package private)  char get(long termios)
           
static Special[] getSpecials()
           
(package private)  void set(long termios, char val)
           
 String toString()
           
abstract  String toString(Termios termios)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

prefix

protected final String prefix

NON_CANONICAL_READ_MINIMUM

public static final Special NON_CANONICAL_READ_MINIMUM
Constructor Detail

Special

private Special(String prefix)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toString

public abstract String toString(Termios termios)

set

void set(long termios,
         char val)

get

char get(long termios)

getSpecials

public static Special[] getSpecials()