Package fileLogic

Interface BaseReader

All Known Implementing Classes:
XMLReader

@Deprecated public interface BaseReader
Deprecated.
out of support since 3.0 / now we're maintaining database logic
Base Reader interface. Should be implemented for using in Loader class.
Since:
1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Base method for reading file and providing Address-Value interpretation of this File.
  • Method Details

    • readFromFile

      LinkedHashMap<String[],String> readFromFile(String path) throws IOException
      Deprecated.
      Base method for reading file and providing Address-Value interpretation of this File.
      Parameters:
      path - Full path to file.
      Returns:
      Collection of values with full address from File.
      Throws:
      IOException - When something will go wrong during file handling