|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BfsParser
Interface that it is recommended that all BFS parsers should implement.
The main purpose is to expose information about the parsing progress to
interested parties, for example, EventHandler
:s.
Method Summary | |
---|---|
void |
close()
Close the parser and relase underlying system resources that are associated with it. |
int |
getCurrentLine()
Get the current line number. |
String |
getFilename()
Get the filename of the file that is being parsed. |
long |
getFileSize()
Get the size of the file that is being parsed. |
long |
getParsedBytes()
Get the number of parsed bytes so far. |
Method Detail |
---|
String getFilename()
long getFileSize()
int getCurrentLine()
long getParsedBytes()
void close()
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |