uk.ac.starlink.table.formats
Class RowEvaluator.Decoder
java.lang.Object
uk.ac.starlink.table.formats.RowEvaluator.Decoder
- Enclosing class:
- RowEvaluator
- public abstract static class RowEvaluator.Decoder
- extends Object
Interface for an object that can turn a string into a cell content
object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowEvaluator.Decoder
public RowEvaluator.Decoder()
decode
public abstract Object decode(String value)