frysk.sys.termios
Class Local

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

public final class Local
extends Mode

Local modes.


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

Field Detail

ECHO_INPUT

public static final Local ECHO_INPUT

CANONICAL

public static final Local CANONICAL
Constructor Detail

Local

private Local(String s)
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 Local[] getModes()