This repository was archived by the owner on Mar 26, 2020. It is now read-only.
libgfapi-java-io v0.2 release
Implemented new read method in GlusterFileInputStream:
int read(byte [] buf);
Previously this was falling back to InputStream (base class) implementation which would use the per-byte reading read() method.