frysk.sys.termios
Class Flow

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

public class Flow
extends Object

Flow manipulation.


Field Summary
static Flow INPUT_OFF
           
static Flow INPUT_ON
           
static Flow OUTPUT_OFF
           
static Flow OUTPUT_ON
           
 
Method Summary
static void flow(FileDescriptor fd, Flow f)
          Suspends or resume the FileDescriptor's receiving or sending of data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUTPUT_OFF

public static final Flow OUTPUT_OFF

OUTPUT_ON

public static final Flow OUTPUT_ON

INPUT_OFF

public static final Flow INPUT_OFF

INPUT_ON

public static final Flow INPUT_ON
Method Detail

flow

public static void flow(FileDescriptor fd,
                        Flow f)
Suspends or resume the FileDescriptor's receiving or sending of data.