Beispiel #1
0
 public static bool Read_B(this BitReader reader)
 {
     return(reader.ReadBit() == 1);
 }