Searched refs:mapSize (Results 1 – 1 of 1) sorted by relevance
363 int mapSize = 4; in testOffsetCorrectFileChannelMap() local364 MappedByteBuffer mbb = fc.map(FileChannel.MapMode.READ_ONLY, mapPosition, mapSize); in testOffsetCorrectFileChannelMap()365 for (int i = mapPosition; i < mapPosition + mapSize; i++) { in testOffsetCorrectFileChannelMap()