()
| 206 | } |
| 207 | |
| 208 | private void writeHeader() throws IOException { |
| 209 | // write at the beginning, then leave position alone |
| 210 | fc.position(0); |
| 211 | writeFully(ByteBuffer.wrap(HDR), 0); |
| 212 | } |
| 213 | |
| 214 | private void rebuild(FileChannel fc) throws IOException { |
| 215 | // scan the entire file, loading each entry where crc matches. |