public class Part21Parser.State extends Object
| Constructor and Description | 
|---|
Part21Parser.State()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getBytesRead()
Get the total number of bytes the parser expects to read 
 | 
long | 
getBytesTotal()
Get the number of bytes the parser has read 
 | 
String | 
getFilename()
Get the name of the file we are reading. 
 | 
float | 
getFractionRead()
Get the fraction of the input we have read. 
 | 
int | 
getInstancesRead()
Get the number of instances that have been read. 
 | 
int | 
getLineNumber()
Get the current number the reader is on. 
 | 
public long getBytesTotal()
public long getBytesRead()
public int getInstancesRead()
public int getLineNumber()
public String getFilename()
public float getFractionRead()
statusUpdate method to update a progress indicator.