public class FilterFileReader extends Object implements Iterator<Boolean>
Modifier and Type | Field and Description |
---|---|
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) |
public final int EXPECTED_VERSION
public final int version
public final long numClusters
public FilterFileReader(File file)