Пример #1
0
 @Override
 public long getLong(int index) {
   return ByteBufferUtils.toLong(this.buf, index);
 }
Пример #2
0
 @Override
 public long getLongAfterPosition(int offset) {
   return ByteBufferUtils.toLong(this.buf, this.buf.position() + offset);
 }
 @Override
 public long getTimestamp() {
   return ByteBufferUtils.toLong(this.buf, getTimestampOffset());
 }