|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawDataRow | |
---|---|
pl.edu.agh.cast.importer.base.tokenizer | Provides CAST Importer base classes used for the data tokenization during the import process. |
pl.edu.agh.cast.importer.base.tokenizer.fixedwidth | Provides CAST Importer base classes used for the data tokenization of fixed width text files during the import process. |
Uses of RawDataRow in pl.edu.agh.cast.importer.base.tokenizer |
---|
Methods in pl.edu.agh.cast.importer.base.tokenizer with parameters of type RawDataRow | |
---|---|
protected static int |
AbstractImportTokenizer.removeEmptyCellsFromRowEnd(RawDataRow row)
Removes empty cells from raw data row end. |
Uses of RawDataRow in pl.edu.agh.cast.importer.base.tokenizer.fixedwidth |
---|
Methods in pl.edu.agh.cast.importer.base.tokenizer.fixedwidth that return RawDataRow | |
---|---|
static RawDataRow |
AbstractFixedWidthFilesHelper.readRow(String line,
List<Integer> cutIndexes,
int rowIndex)
Cuts line in indexes defined in cutIndexes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |