Programming Reference/Librarys
Question & Answer
Q&A is closed
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 |
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 |