java - byte [] and file - fastest way, when we have too big file -
i want write byte[] file. byte [] big. 1-1.5 gb file.
i know , there many ways that. fastest way?
apache commons fileoutputstream or outputstream? or might fastest nio.bytebuffer ? if nio fastest, give me example?
try java.nio.files.write(path path, byte[] bytes, openoption... options)
java java-ee nio
No comments:
Post a Comment