throws FileNotFoundException, IOException,NumberFormatException,
ArrayIndexOutOfBoundsException,RuntimeException,
NullPointerException,IllegalArgumentException {
LINParser oLPrsr = new LINParser();
oLPrsr.parseFile(oFile);
parse(oLPrsr);
} // parse
public void parse(File oFile, String sCharSet)
throws FileNotFoundException, IOException,NumberFormatException,