mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 04:02:57 +00:00
The File.readBytes() extension attempts to load an entire file into a byte array. This would cause crashes when loading huge files into memory.
The File.readBytes() extension attempts to load an entire file into a byte array. This would cause crashes when loading huge files into memory.