mil.navy.nps.awt
Class TextAreaStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bymil.navy.nps.awt.TextAreaStream

public class TextAreaStream
extends java.io.OutputStream


Field Summary
protected  java.awt.TextArea textArea
           
 
Constructor Summary
TextAreaStream(java.awt.TextArea textArea)
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textArea

protected java.awt.TextArea textArea
Constructor Detail

TextAreaStream

public TextAreaStream(java.awt.TextArea textArea)
Method Detail

write

public void write(int b)