| Modifier and Type | Field and Description |
|---|---|
static Function |
READ_CELL |
static Function |
READ_COMMA |
| Constructor and Description |
|---|
CsvParser() |
CsvParser(EmptyObject empty) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
__hx_create(Array arr) |
static java.lang.Object |
__hx_createEmpty() |
static void |
__hx_ctor_importCsv_CsvParser(CsvParser __temp_me57) |
static CsvToken |
nextToken(ISource input) |
static Array<Array<java.lang.Object>> |
parse(ISource input) |
static Array<Array<java.lang.Object>> |
parseInput(Input input) |
static Array<java.lang.Object> |
parseRow(ISource input) |
static Array<Array<java.lang.Object>> |
parseString(java.lang.String string) |
static Function |
readCell(ISource input,
Array<java.lang.Object> rowBuffer) |
static Function |
readComma(ISource input,
Array<java.lang.Object> rowBuffer) |
static Function |
readFirstCell(ISource input,
Array<java.lang.Object> rowBuffer) |
__hx_ctor_haxe_lang_HxObject, __hx_deleteField, __hx_getField_f, __hx_getField, __hx_getFields, __hx_invokeField, __hx_lookupField_f, __hx_lookupField, __hx_lookupSetField_f, __hx_lookupSetField, __hx_setField_f, __hx_setFieldpublic static Function READ_CELL
public static Function READ_COMMA
public CsvParser(EmptyObject empty)
public CsvParser()
public static void __hx_ctor_importCsv_CsvParser(CsvParser __temp_me57)
public static Function readFirstCell(ISource input, Array<java.lang.Object> rowBuffer)
public static java.lang.Object __hx_createEmpty()
public static java.lang.Object __hx_create(Array arr)