/ Close the zip file. */ /
| 94 | /* Close the zip file. */ |
| 95 | /***********************************************************************/ |
| 96 | void TDBZIP::close() |
| 97 | { |
| 98 | if (zipfile) { |
| 99 | unzClose(zipfile); |
| 100 | zipfile = NULL; |
| 101 | } // endif zipfile |
| 102 | |
| 103 | } // end of close |
| 104 | |
| 105 | /***********************************************************************/ |
| 106 | /* ZIP Cardinality: returns table size in number of rows. */ |
no test coverage detected