org.iaccess.UserInterface
Class UserInterface.OUTputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.iaccess.UserInterface.UserInterface.OUTputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
UserInterface

private class UserInterface.OUTputStream
extends java.io.OutputStream


Constructor Summary
private UserInterface.OUTputStream()
           
 
Method Summary
 void write(byte[] Array)
           
 void write(int j)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInterface.OUTputStream

private UserInterface.OUTputStream()
Method Detail

write

public void write(int j)
Specified by:
write in class java.io.OutputStream

write

public void write(byte[] Array)
Overrides:
write in class java.io.OutputStream