mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Added getter for ByteInput ByteBuf for testing
This commit is contained in:
parent
43b2eda1c6
commit
043e032ec5
@ -56,6 +56,10 @@ public class ByteInput {
|
||||
return this.bitInput = bitInput;
|
||||
}
|
||||
|
||||
ByteBuf buffer() {
|
||||
return buffer;
|
||||
}
|
||||
|
||||
public int bytesRead() {
|
||||
return buffer.readerIndex();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user