public class TextAreaWriter
extends java.io.Writer
flush()
or close()
is called.
Copyright © 1998
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1 $
Constructor and Description |
---|
TextAreaWriter(java.awt.TextArea ta)
Creates a TextAreaWriter for the given TextArea.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] ca,
int offset,
int length) |
void |
write(java.lang.String s) |
void |
write(java.lang.String s,
int offset,
int length) |
public TextAreaWriter(java.awt.TextArea ta)
public void write(char[] ca, int offset, int length)
write
in class java.io.Writer
public void write(java.lang.String s)
write
in class java.io.Writer
public void write(java.lang.String s, int offset, int length)
write
in class java.io.Writer
public void flush()
flush
in interface java.io.Flushable
flush
in class java.io.Writer
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer