frysk.sys.termios
Class Input

java.lang.Object
  extended by frysk.sys.termios.Mode
      extended by frysk.sys.termios.Input

public final class Input
extends Mode

Input modes.


Field Summary
 
Fields inherited from class frysk.sys.termios.Mode
on
 
Constructor Summary
Input()
           
 
Method Summary
(package private)  boolean get(long termios)
           
static Input[] getModes()
           
(package private)  void set(long termios, boolean on)
           
 
Methods inherited from class frysk.sys.termios.Mode
getStaticFields, getStaticMembers, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Input

public Input()
Method Detail

set

void set(long termios,
         boolean on)
Specified by:
set in class Mode

get

boolean get(long termios)
Specified by:
get in class Mode

getModes

public static Input[] getModes()