public class FilterFileReader extends Object implements Iterator<Boolean>
Modifier and Type | Field | 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 | Description |
---|---|
FilterFileReader(File file) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
Boolean |
next() |
|
void |
remove() |
|
void |
skipRecords(int numToSkip) |
forEachRemaining
public static final int EXPECTED_VERSION
public final int version
public final long numClusters
public FilterFileReader(File file)