All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.io.InputStream | +----glguerin.authkit.imp.macosx.AuthProcess.FIn
Summary |
public static class AuthProcess.FIn extends java.io.InputStream { // Constructors 1 public FIn(int); // Methods 4 public void close() throws IOException; protected void finalize() throws Throwable; public int read() throws IOException; public int read(byte[], int, int) throws IOException; }
An instance of FIn is an InputStream connected to a privileged process.
Constructors |
· FIn | Summary | Top |
public FIn(int aFD)
Create with given FD (an int), which must be ready for reading at its current position. When this InputStream is closed, its underlying FD is also closed.
Methods |
· finalize | Summary | Top |
protected void finalize() throws Throwable
Call close() on finalize.
- Overrides:
- finalize in class Object
· read | Summary | Top |
public int read() throws IOException
Read one byte, returning it unsigned in low 8-bits of int, or return -1 on EOF.
- Overrides:
- read in class InputStream
· read | Summary | Top |
public int read(byte[] buffer, int offset, int count) throws IOException
Read bytes into a range of an array. If any bytes are read, return a non-zero count. If no bytes are read, check for EOF.
- Overrides:
- read in class InputStream
· close | Summary | Top |
public void close() throws IOException
Close.
- Overrides:
- close in class InputStream
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7