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 TypeMethodDescriptionreadFromFile
(String path) Base method for reading file and providing Address-Value interpretation of this File.
-
Method Details
-
readFromFile
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
-