mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-25 10:25:50 +07:00
64fa1611e4
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 |
||
---|---|---|
.. | ||
gen/com/riiablo/net/packet | ||
src/com/riiablo | ||
test/com/riiablo | ||
build.gradle |