Exemplo n.º 1
0
 public static string ReadStringEx(this BitArrayReader reader)
 {
     return(reader.Read() ? reader.ReadString() : null);
 }