All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class posix.Pipe

java.lang.Object
   |
   +----posix.Pipe

public class Pipe
extends Object

Variable Index

 o pfd

Constructor Index

 o Pipe()

Method Index

 o in()
 o out()
 o pipe(OpenFile[])

Variables

 o pfd
 protected OpenFile pfd[]

Constructors

 o Pipe
 public Pipe()

Methods

 o pipe
 protected native int pipe(OpenFile pfd[])
 o in
 public ReadFile in()
 o out
 public WriteFile out()

All Packages  Class Hierarchy  This Package  Previous  Next  Index