Reads the document index. @param in input stream @throws IOException I/O exception
(final DataInput in)
| 55 | * @throws IOException I/O exception |
| 56 | */ |
| 57 | synchronized void read(final DataInput in) throws IOException { |
| 58 | docList = in.readDiffs(); |
| 59 | pathIndex = data.meta.dbFile(DATAPTH).exists(); |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Writes the document index. |