Ejemplo n.º 1
0
 public static void Write(this Stream stream, int val)
 {
     ProtocolParser.WriteInt32(stream, val);
 }