All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pnuts.awt.TextAreaOutputStream

pnuts.awt.TextAreaOutputStream

public class TextAreaOutputStream

Constructor Index

 o TextAreaOutputStream(TextArea)

Method Index

 o close()
 o write(byte[], int, int)
 o write(int)

Constructors

 o TextAreaOutputStream
 public TextAreaOutputStream(TextArea textArea)

Methods

 o write
 public void write(int b) throws IOException
 o write
 public void write(byte b[],
                   int off,
                   int len) throws IOException
 o close
 public void close() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index