public interface NetricsFieldedReader
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the input source releasing all resources.
|
int |
curLineNum()
Return the line/record number about to be read.
|
java.lang.String[] |
readRecord()
Read the next record.
|
void |
reset()
Start sequence over from the beginning.
|
int curLineNum()
void reset()
throws NetricsFileFormatException
NetricsFileFormatExceptionvoid close()
throws NetricsFileFormatException
NetricsFileFormatExceptionjava.lang.String[] readRecord()
throws NetricsFileFormatException
NetricsFileFormatException