@Test
public void pReadUnsignedVarLong_void() throws Exception {
try {
Stream stream = new Stream();
stream.writeBit(1);
int max = (int )(Math.pow(2, RT.INT62) * Byte.SIZE - 2);
for (NumWithInfo nwi : genNumWithInfos(max)) {
if (nwi.getBits() < max) {