Ejemplo n.º 1
0
 public int ReadInt32()
 {
     return(IntegerHelper.DecodeZigzag32(input.ReadVarUInt32()));
 }