public interface ReportReader<T>
Modifier and Type | Method and Description |
---|---|
T |
read(File file) |
default T |
read(String filename) |
T read(File file) throws IOException
IOException
default T read(String filename) throws IOException
IOException
This documentation was released into the public domain.