/** * Resets the loader ready to read a new data set * * @throws IOException if something goes wrong */ @Override public void reset() throws IOException { m_structure = null; setRetrieval(NONE); }
/** * Resets the loader ready to read a new data set * * @throws IOException if something goes wrong */ @Override public void reset() throws IOException { m_structure = null; setRetrieval(NONE); }
/** * sets the source File * * @param file the source file * @exception IOException if an error occurs */ @Override public void setFile(File file) throws IOException { m_structure = null; setRetrieval(NONE); // m_File = file.getAbsolutePath(); setSource(file); }
/** * sets the source File * * @param file the source file * @exception IOException if an error occurs */ @Override public void setFile(File file) throws IOException { m_structure = null; setRetrieval(NONE); // m_File = file.getAbsolutePath(); setSource(file); }
m_structure = null; setRetrieval(NONE);
m_structure = null; setRetrieval(NONE);