Reads in all meta data. @throws IOException exception
()
| 315 | * @throws IOException exception |
| 316 | */ |
| 317 | public void read() throws IOException { |
| 318 | try(DataInput di = new DataInput(dbFile(DATAINF))) { |
| 319 | read(di); |
| 320 | } |
| 321 | } |
| 322 | |
| 323 | /** |
| 324 | * Returns if the specified index exists. |