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