Ejemplo n.º 1
0
 public short ReadInt16()
 {
     return(IntegerHelper.DecodeZigzag16(input.ReadVarUInt16()));
 }