R
- the type of reader to useW
- the type of writer to usepublic interface FileTypeDeterminingFileChooser<R,W>
Modifier and Type | Method and Description |
---|---|
R |
getReaderForFile(File file)
Returns the reader for the specified file.
|
W |
getWriterForFile(File file)
Returns the writer for the specified file.
|
Copyright © 2017. All Rights Reserved.