Large Files Over 2GB Causing Problems
Opened this issue · 0 comments
evilthreads669966 commented
I changed from File.readBytes to RandomAccessFile.readFully because the documentation says that it can only read files up to 2GB. Now, I'm not getting the whole file copied. The result file is not the same size as the original. It is smaller.