JDK-8226802 : Release Note: New java.nio.ByteBuffer Bulk get/put Methods Transfer Bytes Without Regard to Buffer Position
Type:Sub-task
Component:core-libs
Sub-Component:java.nio
Affected Version:13
Priority:P4
Status:Closed
Resolution:Delivered
Submitted:2019-06-26
Updated:2019-08-09
Resolved:2019-06-27
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
`java.nio.ByteBuffer` and the other buffer types in `java.nio` now define absolute bulk `get` and `put` methods to transfer contiguous sequences of bytes without regard to or effect on the buffer position.