Package | Description |
---|---|
gov.nasa.pds.web.ui.containers.tabularData | |
gov.nasa.pds.web.ui.utils |
Constructor and Description |
---|
Column(ColumnInfo columnInfo,
int currentSize) |
Modifier and Type | Method and Description |
---|---|
List<ColumnInfo> |
TabularData.getColumnDefs() |
Constructor and Description |
---|
TabularData(File tabularFile,
List<ColumnInfo> columnInfos,
long startByte) |
TabularData(File tabularFile,
List<ColumnInfo> columnInfos,
long startByte,
Long readRows) |
TabularData(URL fileUrl,
List<ColumnInfo> columnInfos,
long startByte,
Long readRows) |
TabularData(URL fileUrl,
List<ColumnInfo> columnInfos,
long startByte,
Long readRows,
String fieldDelimiter,
int fieldsCount)
Used for TableDelimited
|
Copyright © 2010–2016 Planetary Data System. All rights reserved.