Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.swingui
Class Main.AreaWriter

java.lang.Object
  extended byjava.io.Writer
      extended bynet.sf.jode.swingui.Main.AreaWriter
Enclosing class:
Main

public class Main.AreaWriter
extends java.io.Writer


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
Main.AreaWriter(javax.swing.JTextArea a)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(char[] b, int off, int len)
           
 
Methods inherited from class java.io.Writer
write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.AreaWriter

public Main.AreaWriter(javax.swing.JTextArea a)
Method Detail

write

public void write(char[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()

close

public void close()

Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.