Beispiel #1
0
 @Override
 public int getIntAfterPosition(int offset) {
   return ByteBufferUtils.toInt(this.buf, this.buf.position() + offset);
 }
Beispiel #2
0
 @Override
 public int getInt(int index) {
   return ByteBufferUtils.toInt(this.buf, index);
 }