All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.TextcompInputStream

java.lang.Object
   |
   +----java.io.InputStream
           |
           +----Acme.TextcompInputStream

public class TextcompInputStream
extends InputStream
Use a TextComponent as the source of an InputStream.

When you type into the associated TextComponent, the text appears in this InputStream.

Fetch the software.
Fetch the entire Acme package.

See Also:
TextcompOutputStream

Constructor Index

 o TextcompInputStream(TextComponent)

Method Index

 o available()
 o read()

Constructors

 o TextcompInputStream
 public TextcompInputStream(TextComponent textComponent)

Methods

 o read
 public int read() throws IOException
Overrides:
read in class InputStream
 o available
 public int available() throws IOException
Overrides:
available in class InputStream

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs