示例#1
0
 public Int64 ReadInt64()
 {
     return(IntegerHelper.DecodeZigzag64(input.ReadVarUInt64()));
 }