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