Jode 1.90-CVS
Build Aug 6, 2004

net.sf.jode.decompiler
Class Window.AreaWriter

java.lang.Object
  extended byjava.io.Writer
      extended bynet.sf.jode.decompiler.Window.AreaWriter
Enclosing class:
Window

public class Window.AreaWriter
extends java.io.Writer


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
Window.AreaWriter(java.awt.TextArea 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

Window.AreaWriter

public Window.AreaWriter(java.awt.TextArea 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.