public abstract class Input extends BaseIOFlag
| Constructor and Description |
|---|
Input() |
| Modifier and Type | Method and Description |
|---|---|
protected org.canova.api.records.reader.RecordReader |
createReader(URI uri) |
protected org.canova.api.records.writer.RecordWriter |
createWriter(URI uri) |
<E> E |
value(String value)
Return a value based on a string
|
public <E> E value(String value) throws Exception
Flagvalue - the value to instantiate fromExceptionprotected org.canova.api.records.writer.RecordWriter createWriter(URI uri)
createWriter in class BaseIOFlagprotected org.canova.api.records.reader.RecordReader createReader(URI uri)
createReader in class BaseIOFlagCopyright © 2016. All Rights Reserved.