public interface BfsParser
extends java.lang.AutoCloseable
EventHandler
:s.Modifier and Type | Method and Description |
---|---|
void |
close()
Close the parser and relase underlying system resources that
are associated with it.
|
int |
getCurrentLine()
Get the current line number.
|
java.lang.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.
|
java.lang.String getFilename()
long getFileSize()
int getCurrentLine()
long getParsedBytes()
void close()
close
in interface java.lang.AutoCloseable