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
IOExceptiondefault T read(String filename) throws IOException
IOExceptionThis documentation was released into the public domain.