Package fileLogic

Interface BaseReader

All Known Implementing Classes:
XMLReader

public interface BaseReader
Base Reader interface. Should be implemented for using in Loader class.
Since:
1.0
See Also:
  • Method Summary

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

    • readFromFile

      LinkedHashMap<String[],String> readFromFile(String path) throws IOException
      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