riiablo/core
Collin Smith 64fa1611e4 Revised BitInput slice strategy
BitInput now carries logical bitsRead from all previous ByteInput slices
Created BitInput#maxBit to track initial bitsRead + numBits
Created BitInput#maxBitByteOffset to trace delta between maxByte bit offset and maxBit
numBits check not replaced with bitsRead vs maxBit
ByteInput#slice(long) will slice at the current buffer readerIndex instead of mark due to an issue where mark was carrying parent offset
2020-10-02 11:41:54 -07:00
..
gen/com/riiablo/net/packet
src/com/riiablo Revised BitInput slice strategy 2020-10-02 11:41:54 -07:00
test/com/riiablo Added support for reading bit input slices of arbitrary boundaries (closes #118) 2020-09-30 16:36:38 -07:00
build.gradle