-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 21
-
Component/s: core-libs
`FileChannel.transferFrom` has changed in this release to support transferring bytes from a source channel to a file at a file position that is beyond the file's current size. `FileChannel.transferFrom` was previously specified to not transfer any bytes when called with a file position greater than the file's current size.