Close releases resources associated with the Reader. It does not affect resources used to create it.
()
| 20 | // Close releases resources associated with the Reader. It does not affect |
| 21 | // resources used to create it. |
| 22 | Close() |
| 23 | } |
| 24 | |
| 25 | // NewReader creates a new Reader on the given terminal file. |
no outgoing calls