Constructs a vector capable of holding n bits.
Constructs a bit vector from the file name in Directory d, as written by the {@link .write} method.
public BitVector(Directory,string);
Constructs a vector capable of holding n bits.
public BitVector(int);
BitVector Class | Lucene.Net.Util Namespace