()
| 592 | } |
| 593 | |
| 594 | public void cancel() { |
| 595 | if (isStopped()) { |
| 596 | return; |
| 597 | } |
| 598 | state = ERROR; |
| 599 | errMsg = "Canceled"; |
| 600 | if (!isBytes) { |
| 601 | closeFile(); |
| 602 | } else { |
| 603 | bytes = null; |
| 604 | } |
| 605 | } |
| 606 | } |
| 607 | |
| 608 | //#endif |
no test coverage detected