Home | History | Annotate | Download | only in nio

Lines Matching refs:READ_WRITE

58         MappedByteBuffer result = ch.map(FileChannel.MapMode.READ_WRITE, 0, size);
96 .map(FileChannel.MapMode.READ_WRITE, 65536, 131072);