public class FileRecordReaderFactory extends Object implements org.canova.api.records.reader.factory.RecordReaderFactory
| Constructor and Description |
|---|
FileRecordReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.canova.api.records.reader.RecordReader |
create(URI uri)
Creates new RecordReader instance based on the input file extension
|
public org.canova.api.records.reader.RecordReader create(URI uri) throws org.canova.api.exceptions.UnknownFormatException
create in interface org.canova.api.records.reader.factory.RecordReaderFactoryuri - location of input dataorg.canova.api.exceptions.UnknownFormatExceptionCopyright © 2016. All Rights Reserved.