abstract void parse(BufferedReader reader)
The method called when the file is being parsed.
void deserialize()
The method that deserializes the file information.
TextFileParser(String path)
Creates a new TextFileParser.
TextFileParser(String path, boolean log)
Creates a new TextFileParser.