313314315316317318319320321
} final FastBufferedInputStream bis = new FastBufferedInputStream(fis, 4096); this.recordMap = ObjectUtils.readObject(bis); IOUtils.closeQuietly(bis); } else { this.recordMap = new Long2LongOpenHash(cacheSize, 0.7f, 1.9f); } this.descFile = file; }