All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.TextcompOutputStream

java.lang.Object
   |
   +----java.io.OutputStream
           |
           +----Acme.TextcompOutputStream

public class TextcompOutputStream
extends OutputStream
Use a TextComponent as the sink of an OutputStream.

When you write to this OutputStream, the text appears in the associated TextComponent.

Fetch the software.
Fetch the entire Acme package.

See Also:
TextcompInputStream

Constructor Index

 o TextcompOutputStream(TextComponent)

Method Index

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

Constructors

 o TextcompOutputStream
 public TextcompOutputStream(TextComponent textComponent)

Methods

 o write
 public void write(int i) throws IOException
Overrides:
write in class OutputStream
 o write
 public void write(byte b[]) throws IOException
Overrides:
write in class OutputStream
 o write
 public void write(byte b[],
                   int off,
                   int len) throws IOException
Overrides:
write in class OutputStream
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs