Exemplo n.º 1
0
 public long ReadSignedVarLong()
 {
     return(VarInt.ReadSInt64(_buffer));
 }
Exemplo n.º 2
0
 public override void FromStream(BinaryReader reader)
 {
     Value = VarInt.ReadSInt64(reader.BaseStream);
 }