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