Printstream

Name Description
append Appends the specified character to this output stream
checkerror Flush the stream and check if it contains errors
close Closes the stream
flush Flushes the stream
format Writes a formatted string to the output stream
print Prints various data types to an output stream
println Prints various data types to an output stream then terminates the line
write Writes the specified byte to this output stream