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
Flag
value
- the value to instantiate fromException
protected org.canova.api.records.writer.RecordWriter createWriter(URI uri)
createWriter
in class BaseIOFlag
protected org.canova.api.records.reader.RecordReader createReader(URI uri)
createReader
in class BaseIOFlag
Copyright © 2016. All Rights Reserved.