openr66.r66gui
Class R66ClientGui.JTextAreaOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by openr66.r66gui.R66ClientGui.JTextAreaOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
R66ClientGui

public class R66ClientGui.JTextAreaOutputStream
extends OutputStream


Constructor Summary
R66ClientGui.JTextAreaOutputStream(JTextArea t)
           
 
Method Summary
 void write(char[] buf, int off, int len)
           
 void write(int i)
           
 
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
 

Constructor Detail

R66ClientGui.JTextAreaOutputStream

public R66ClientGui.JTextAreaOutputStream(JTextArea t)
Method Detail

write

public void write(int i)
Specified by:
write in class OutputStream

write

public void write(char[] buf,
                  int off,
                  int len)


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.