All Packages  This Package  Class Hierarchy  Class Search  Index

Inner Class glguerin.authkit.imp.macosx.AuthProcess.FOut
java.lang.Object
   |
   +----java.io.OutputStream
           |
           +----glguerin.authkit.imp.macosx.AuthProcess.FOut

  Summary

public static class  AuthProcess.FOut
     extends java.io.OutputStream
{
          // Constructors 1
     public FOut(int);

          // Methods 4
     public void close() throws IOException;
     protected void finalize() throws Throwable;
     public void write(byte[], int, int) throws IOException;
     public void write(int) throws IOException;
}

An instance of FOut is an OutputStream connected to a privileged process.




  Constructors

· FOut

Summary  |  Top

   public FOut(int aFD) 

Create with given FD (an int), which must be ready for writing at its current position. When this OutputStream 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


· write

Summary  |  Top
   public void write(int abyte)  throws IOException

Write one byte.

Overrides:
write in class OutputStream


· write

Summary  |  Top
   public void write(byte[] bytes, 
                     int offset, 
                     int count)  throws IOException

Write range of byte-array.

Overrides:
write in class OutputStream


· close

Summary  |  Top
   public void close()  throws IOException

Close.

Overrides:
close in class OutputStream


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7