Example #1
0
 public static void WriteLength(Stream stream, int lenght)
 {
     VarInt.WriteUInt32(stream, (uint)lenght);
 }