9596979899100101
public Decimal128 readValue() { long msb = getDecoder().readRawLong(); long lsb = getDecoder().readRawLong(); return new Decimal128(msb, lsb); }