Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.

libgfapi-java-io v0.2 release

Choose a tag to compare

@avati avati released this 08 Oct 20:23
· 40 commits to master since this 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.