Java - io.File class uses less memory than io.InputStream

By xngo on June 23, 2019

IO.File class uses less memory than IO.InputStream because InputStream has to buffer the whole file.

About the author

Xuan Ngo is the founder of OpenWritings.net. He currently lives in Montreal, Canada. He loves to write about programming and open source subjects.