getFormats abstract method

List<DataFormat<Object>> getFormats(
  1. List<DataFormat<Object>> allFormats
)

Returns subset of allFormats that this reader can provide, sorted according to priority set by source application.

Implementation

List<DataFormat> getFormats(List<DataFormat> allFormats);