frysk.sys
Class Pipe

java.lang.Object
  extended by frysk.sys.Pipe

public class Pipe
extends Object

Open a Pipe.


Field Summary
 FileDescriptor in
          Use this end for reading.
 FileDescriptor out
          Use this end for writing.
 
Constructor Summary
Pipe()
          Create a bi-directional pipe.
 
Method Summary
 void close()
           
private  FileDescriptor[] pipe()
          Really create the pipe.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

in

public final FileDescriptor in
Use this end for reading.


out

public final FileDescriptor out
Use this end for writing.

Constructor Detail

Pipe

public Pipe()
Create a bi-directional pipe.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

close

public void close()

pipe

private FileDescriptor[] pipe()
Really create the pipe.