You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate tool.
==== Printstream ====
^ Name ^ Description ^
| [[java:io:printstream:append|append]... ied 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 form
Appends a CharSequence
<code java>
append(char): PrintStream
append(CharSequence): PrintStream
append(CharSequence, int start, int end): PrintStream
return value: PrintStream
</code>
===== Language Example ==