Example #1
0
  public void mapperInternalStateSave(ByteBuffer buf) {

    super.mapperInternalStateSave(buf);

    // Version:
    buf.putByte((short) 1);

    // State:
    buf.putByte((byte) latchLo);
    buf.putByte((byte) latchHi);
    buf.putByte((byte) latchLoVal1);
    buf.putByte((byte) latchLoVal2);
    buf.putByte((byte) latchHiVal1);
    buf.putByte((byte) latchHiVal2);
  }