Searched defs:nioByteBuffer (Results 1 – 2 of 2) sorted by relevance
349 val nioByteBuffer = ByteBuffer.allocate(1024) in writeNioBuffer() constant363 val nioByteBuffer = ByteBuffer.allocate(SEGMENT_SIZE * 4) in writeLargeNioBufferWritesAllData() constant
1449 val nioByteBuffer = ByteBuffer.allocate(1024) in readNioBuffer() constant1466 val nioByteBuffer = ByteBuffer.allocate(SEGMENT_SIZE * 3) in readLargeNioBufferOnlyReadsOneSegment() constant