| 1305 | } |
| 1306 | |
| 1307 | void LASreaderTXT::close(BOOL close_stream) |
| 1308 | { |
| 1309 | if (file) |
| 1310 | { |
| 1311 | if (piped) while (fgets(line, 512, file)); |
| 1312 | fclose(file); |
| 1313 | file = 0; |
| 1314 | } |
| 1315 | } |
| 1316 | |
| 1317 | BOOL LASreaderTXT::reopen(const char* file_name) |
| 1318 | { |
nothing calls this directly
no outgoing calls
no test coverage detected