frysk.sys.termios
Class Flush

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

public class Flush
extends Object

Queue to flush.


Field Summary
static Flush INPUT
           
static Flush INPUT_OUTPUT
           
static Flush OUTPUT
           
 
Method Summary
static void flush(FileDescriptor fd, Flush queue)
          Discards all output not sent.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INPUT

public static final Flush INPUT

OUTPUT

public static final Flush OUTPUT

INPUT_OUTPUT

public static final Flush INPUT_OUTPUT
Method Detail

flush

public static void flush(FileDescriptor fd,
                         Flush queue)
Discards all output not sent.