111112113114115116117118119120121
bufferBytes.position(position); bufferBytes.limit(limit); // skip onto the next entry bufferBytes.skip(entrySize); } isReadingEntry.set(false); } catch (InterruptedException e1) {