Replies: 1 comment
-
I am not opposed if the current functionality is preserved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To avoid loading the whole file into memory as a byte buffer, it could be great to move to the java nio package, using FileChannel. Some of the advantages would be :
on the other hand, it could be great to keep current implementation for use case that requires :
What do you think ?
Beta Was this translation helpful? Give feedback.
All reactions