Sets the error flag of this print stream to true.
()
| 636 | * Sets the error flag of this print stream to {@code true}. |
| 637 | */ |
| 638 | protected void setError() { |
| 639 | ioError = true; |
| 640 | } |
| 641 | |
| 642 | /** |
| 643 | * Writes {@code count} bytes from {@code buffer} starting at {@code offset} |