Package | Description |
---|---|
com.bigdata.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected CSVReader.Header[] |
CSVReader.headers
The header definitions (initially null).
|
Modifier and Type | Method and Description |
---|---|
CSVReader.Header[] |
CSVReader.getHeaders()
Return the current headers (by reference).
|
protected CSVReader.Header[] |
CSVReader.parseHeaders(String line)
Parse a line containing headers.
|
Modifier and Type | Method and Description |
---|---|
void |
CSVReader.setHeader(int index,
CSVReader.Header header)
Re-define the
CSVReader.Header at the specified index. |
void |
CSVReader.setHeaders(CSVReader.Header[] headers)
Explictly set the headers.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.