Searched refs:readPosition (Results 1 – 1 of 1) sorted by relevance
317 int readPosition = 1; in testOffsetCorrectFileChannelReadBufferFromPosition() local318 fc.read(buffer, readPosition); in testOffsetCorrectFileChannelReadBufferFromPosition()320 for (int i = readPosition; i < readPosition + bufferSize; i++) { in testOffsetCorrectFileChannelReadBufferFromPosition()