Closes any files opened by this tokenizer.
()
| 714 | * Closes any files opened by this tokenizer. |
| 715 | */ |
| 716 | public void |
| 717 | close() { |
| 718 | if (wantClose) { |
| 719 | try { |
| 720 | is.close(); |
| 721 | } |
| 722 | catch (IOException e) { |
| 723 | } |
| 724 | } |
| 725 | } |
| 726 | |
| 727 | protected void |
| 728 | finalize() { |
no outgoing calls
no test coverage detected