"Big" mapping support in future versions of Java?

Francis Galiegue fgaliegue at gmail.com
Sat Mar 29 11:06:39 UTC 2014


Hello,

One limit of Java, even in 8, is the inability to map files over 2 GB
in one go; because of the definition of ByteBuffer, indices are
limited to ints; even though arguments to FileChannel.map() are longs.

Is there a plan to create a new set of classes in the future which
would remove this limitation?

-- 
Francis Galiegue, fgaliegue at gmail.com
JSON Schema in Java: http://json-schema-validator.herokuapp.com


More information about the nio-dev mailing list