public class FilterFileReader extends Object implements Iterator<Boolean>
Modifier and Type | Field and Description |
---|---|
static int |
EXPECTED_VERSION
Expected Version
|
long |
numClusters
The number of cluster's pf values stored in this file
|
int |
version
Version number found in the FilterFile, this should equal 3
|
Constructor and Description |
---|
FilterFileReader(File file) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Boolean |
next() |
void |
remove() |
void |
skipRecords(int numToSkip) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static final int EXPECTED_VERSION
public final int version
public final long numClusters
public FilterFileReader(File file)