示例#1
0
 public static bool ReadBool(this Stream stream)
 {
     return(ProtocolParser.ReadBool(stream));
 }