Re: RFR: 8325152: Clarify specification of java.io.RandomAccessFile.setLength [v2]

2024-02-03 Thread Alan Bateman
On Fri, 2 Feb 2024 16:48:12 GMT, Brian Burkhalter wrote: >> Modify the specification verbiage of `java.io.RandomAccessFile.setLength` to >> account for the effect of the method on the file offset as returned by >> `getFilePointer`. > > Brian Burkhalter has updated the pull request incrementally

Re: RFR: 8325152: Clarify specification of java.io.RandomAccessFile.setLength [v2]

2024-02-02 Thread Brian Burkhalter
> Modify the specification verbiage of `java.io.RandomAccessFile.setLength` to > account for the effect of the method on the file offset as returned by > `getFilePointer`. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 8325152: