(long offset)
| 36 | public void reset() { _buffer.reset(); } |
| 37 | public void shift(long offset) { _buffer.shift(offset); } |
| 38 | public void unshift(long offset) { _buffer.unshift(offset); } |
| 39 | |
| 40 | // Buffer I/O methods |
| 41 | protected int readInt32(long offset) { return Buffer.readInt32(_buffer.getData(), _buffer.getOffset() + offset); } |