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 Created experimental Netty impl of a TCP D2GS server 2020-06-27 00:30:15 -07:00
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 Removed eclipse stuff from gradle (was giving warnings and completely unused) 2019-06-24 03:25:43 -07:00