public interface RecordReaderFactory extends IoFactory
| Modifier and Type | Method and Description |
|---|---|
Reader<Record> |
createDirectoryRecordReader() |
Reader<Record> |
createDirectoryRecordReader(File file) |
Reader<Record> |
createDirectoryRecordReader(File file,
RecordFactory factory) |
RecordReader |
createRecordReader(org.springframework.core.io.Resource resource) |
RecordReader |
createRecordReader(org.springframework.core.io.Resource resource,
RecordFactory factory) |
Set<CoordinateSystem> |
getCoordinateSystems() |
boolean |
isBinary() |
boolean |
isCoordinateSystemSupported(CoordinateSystem coordinateSystem) |
getFileExtension, getFileExtensions, getMediaType, getMediaTypes, getName, init, isAvailableReader<Record> createDirectoryRecordReader(File file, RecordFactory factory)
RecordReader createRecordReader(org.springframework.core.io.Resource resource)
RecordReader createRecordReader(org.springframework.core.io.Resource resource, RecordFactory factory)
Set<CoordinateSystem> getCoordinateSystems()
boolean isBinary()
boolean isCoordinateSystemSupported(CoordinateSystem coordinateSystem)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.