I think I found bug in CurrentPosition update when using ReadBytes or WritesBytes in RandomAccessFile.
Before 4.30 (lib version 1.65), you set CurrentPosition by adding buffer length to Position parameter, that is correct.
In 4.30 (lib version 2.00), you add buffer length to previous value of CurrentPosition, that is not expected.
Regards
Before 4.30 (lib version 1.65), you set CurrentPosition by adding buffer length to Position parameter, that is correct.
In 4.30 (lib version 2.00), you add buffer length to previous value of CurrentPosition, that is not expected.
Regards