| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| doc/images | ||
| src/main | ||
| build.gradle |
Fix an issue in BitArray.readUnsignedByte() returns incorrect value when bitOffset is not zero and data[byteOffset + 1] starts with bit 1. This is caused by signed right shift, the fix is simply to make it unsigned right shift.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| doc/images | Loading commit data... | |
| src/main | Loading commit data... | |
| build.gradle | Loading commit data... |