All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.OutputStream | +----Acme.TextcompOutputStream
When you write to this OutputStream, the text appears in the associated TextComponent.
Fetch the software.
Fetch the entire Acme package.
public TextcompOutputStream(TextComponent textComponent)
public void write(int i) throws IOException
public void write(byte b[]) throws IOException
public void write(byte b[], int off, int len) throws IOException
public String toString()
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs