FileDocCategorySizeDatePackage
ConsoleOutputStream.javaAPI DocJ2ME CLDC 1.1666Wed Feb 05 15:55:58 GMT 2003com.sun.cldc.io

ConsoleOutputStream

public class ConsoleOutputStream extends OutputStream

Fields Summary
Constructors Summary
Methods Summary
public native synchronized voidwrite(int c)
Writes the specified byte to this output stream.

param
b the byte.
exception
IOException if an I/O error occurs. In particular, an IOException may be thrown if the output stream has been closed.