public interface FieldWriter extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
putEndOfRecord()
Puts an end-of-record mark and starts writing the next record.
|
void |
putField(FieldOutput output)
Puts a next field into the current writing record.
|
void putField(FieldOutput output) throws IOException
output
- the field contentsIOException
- if I/O error was occurred while writing the next fieldvoid putEndOfRecord() throws IOException
IOException
- if I/O error was occurred while writing the end-of-record markUnmappableOutputException
- if the current record contained some unmappable sequencesCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.