All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class posix.Posix

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

public class Posix
extends Object
contains standard Posix objects


Variable Index

 o stderr
the standard error stream, on file descriptor 2
 o stdin
the standard input stream, on file descriptor 0
 o stdout
the standard output stream, on file descriptor 1

Constructor Index

 o Posix()

Variables

 o stdin
 public static final ReadFile stdin
the standard input stream, on file descriptor 0

 o stdout
 public static final WriteFile stdout
the standard output stream, on file descriptor 1

 o stderr
 public static final WriteFile stderr
the standard error stream, on file descriptor 2

Constructors

 o Posix
 public Posix()

All Packages  Class Hierarchy  This Package  Previous  Next  Index