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
           
 
Constructor Summary
private Flush()
           
 
Method Summary
static void flush(FileDescriptor fd, Flush queue)
          Discards all output not sent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
Constructor Detail

Flush

private Flush()
Method Detail

flush

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