package foundation.dao; import foundation.json.JObjectReader; public interface IFileReader { JObjectReader getJSONObjectReader() throws Exception; }