public static class Datum.Reader
extends java.lang.Object
Constructor and Description |
---|
Reader(java.util.List<java.lang.String> headers)
Create a new reader using the supplied header strings.
|
Modifier and Type | Method and Description |
---|---|
Datum |
fromStrings(java.util.List<java.lang.String> strings)
Creates a a datum object using the supplied strings to
populate the data fields.
|
public Reader(java.util.List<java.lang.String> headers)
DatumField
field.headers
- list of headers defining the data formatpublic Datum fromStrings(java.util.List<java.lang.String> strings)
DatumField
s supplied to the reader's constructor.strings
- string representations of data values