In fact, it depends on the underlying file system and how the JVM on this platform implements File Stream. Because if the file is larger than 5 GB, you cannot, with a 32-bit operating system, open the entire file and simply write to it, because of the 4.3-bit limit (32 ^ 2).
So, the answer will be soon: Yes, it is possible if Java processes the file correctly, and the File System is good :)
Filip Ekberg
source share