All Packages Class Hierarchy This Package Previous Next Index
Class pnuts.awt.TextAreaOutputStream
pnuts.awt.TextAreaOutputStream
- public class TextAreaOutputStream
-
TextAreaOutputStream(TextArea)
-
-
close()
-
-
write(byte[], int, int)
-
-
write(int)
-
TextAreaOutputStream
public TextAreaOutputStream(TextArea textArea)
write
public void write(int b) throws IOException
write
public void write(byte b[],
int off,
int len) throws IOException
close
public void close() throws IOException
All Packages Class Hierarchy This Package Previous Next Index