212213214215216217218219
* access the file. */ public IDataReader readerASCII(String file) throws IOException { AsciiDataSequenceReader input = new AsciiDataSequenceReader(file); return(input); }