Package | Description |
---|---|
com.asakusafw.runtime.io |
Classes for data model input/output.
|
com.asakusafw.runtime.io.csv |
CSV Reader and Emitter.
|
com.asakusafw.runtime.io.tsv |
Legacy TSV Reader and Emitter.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordParser.endRecord()
Finalizes current record.
|
void |
RecordParser.fill(BooleanOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(ByteOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(DateOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(DateTimeOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(DecimalOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(DoubleOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(FloatOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(IntOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(LongOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(ShortOption option)
Reads the next cell and set the value into the target object.
|
void |
RecordParser.fill(StringOption option)
Reads the next cell and set the value into the target object.
|
boolean |
RecordParser.next()
Prepare for reading the next record.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvFormatException
Represents a CSV format exception.
|
Modifier and Type | Method and Description |
---|---|
void |
TsvParser.endRecord() |
void |
TsvParser.fill(BooleanOption option) |
void |
TsvParser.fill(ByteOption option) |
void |
TsvParser.fill(DateOption option) |
void |
TsvParser.fill(DateTimeOption option) |
void |
TsvParser.fill(DecimalOption option) |
void |
TsvParser.fill(DoubleOption option) |
void |
TsvParser.fill(FloatOption option) |
void |
TsvParser.fill(IntOption option) |
void |
TsvParser.fill(LongOption option) |
void |
TsvParser.fill(ShortOption option) |
void |
TsvParser.fill(StringOption option) |
boolean |
TsvParser.next() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.