frysk.sys.termios
Class Output

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

public final class Output
extends Mode

Output modes.


Field Summary
 
Fields inherited from class frysk.sys.termios.Mode
on
 
Constructor Summary
Output()
           
 
Method Summary
(package private)  boolean get(long termios)
           
static Output[] 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

Output

public Output()
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 Output[] getModes()