Exemplo n.º 1
0
 public void WriteSignedVarLong(long value)
 {
     VarInt.WriteSInt64(_buffer, value);
 }
Exemplo n.º 2
0
 public override void WriteTo(BinaryWriter stream)
 {
     VarInt.WriteSInt64(stream.BaseStream, Value);
 }