Package java.io

Class PrintStream

extends FilterOutputStreamOutputStreamObject

Adds to an output stream the ability to print representations of various data values via calling the print and println methods. A PrintStream never throws an IOException, instead an internal flag is set that can be tested via the checkError method. Optionally a PrintStream can be created so as to flush automatically, i.e. the flush method is automatically called after a byte array is written, println is called or a newline character is written.

Public Constructors

Public Methods

Methods inherited from java.io.FilterOutputStream

Methods inherited from java.io.OutputStream

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_