Interface FileTypeDeterminingFileChooser<R,​W>

    • Method Detail

      • getReaderForFile

        R getReaderForFile​(File file)
        Returns the reader for the specified file.
        Parameters:
        file - the file to determine a reader for
        Returns:
        the reader, null if none found
      • getWriterForFile

        W getWriterForFile​(File file)
        Returns the writer for the specified file.
        Parameters:
        file - the file to determine a reader for
        Returns:
        the writer, null if none found