riiablo/core
Collin Smith 3e6e2c05ce Changed ByteInput to lazily allocate BitInput object
BitInput not always required, mostly only ByteInput is used
Removed specialized BitInput constructors from ByteInput
ByteInput#unalign will allocate a BitInput of readableBytes size
BitInput#readSlice will allocate a BitInput of specified size
2020-08-08 03:47:36 -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 Changed ByteInput to lazily allocate BitInput object 2020-08-08 03:47:36 -07:00
test/com/riiablo Created com.riiablo.io with BitInput 2020-08-07 12:17:54 -07:00
build.gradle