Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.18.0
-
None
-
None
-
Incompatible change
-
Fixed KFS to have read() read and return 1 byte instead of 4.
Description
The call to KFSInputStream:read() returns 4 bytes; it should return 1 byte (in conformance to java.io.inputstream read() signature).