frysk.sys.termios
Class Speed

java.lang.Object
  extended by frysk.sys.termios.Speed
All Implemented Interfaces:
Comparable

public class Speed
extends Object
implements Comparable

Manipulates a terminal bound to FileDescriptor.


Field Summary
static Speed BAUD_0
           
static Speed BAUD_38400
           
static Speed BAUD_9600
           
 
Method Summary
 int compareTo(Object rhs)
           
 boolean equals(Object o)
           
static Speed[] getSpeeds()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BAUD_0

public static final Speed BAUD_0

BAUD_9600

public static final Speed BAUD_9600

BAUD_38400

public static final Speed BAUD_38400
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

compareTo

public int compareTo(Object rhs)
Specified by:
compareTo in interface Comparable

getSpeeds

public static final Speed[] getSpeeds()