Name | PrintWriter |
---|---|
Description | Allows characters to print to a text-output stream. A new PrintWriter object is created with the createWriter() function. For the file to be made correctly, it should be flushed and must be closed with its flush() and close() methods (see above example). |
Syntax | |
Related |
createWriter |
Cover
Reference
Tutorials
Bugs