EMCECS / nfs-client-java

Native Java NFS client
Apache License 2.0
70 stars 33 forks source link

Feature zero byte speedup #9

Closed DavidASeibert closed 7 years ago

DavidASeibert commented 7 years ago

Made NfsFileInputStream read faster if the file size is 0 (it doesn't try to read the actual data).