Пример #1
0
 public static int ReadInt(this Stream stream)
 {
     return(ProtocolParser.ReadInt32(stream));
 }