| Modifier and Type | Method and Description | 
|---|---|
void | 
putEndOfRecord()
Puts an end of record mark onto the current position. 
 | 
void | 
putField(CharSequence value)
Append a field into the tail of current record. 
 | 
void putField(CharSequence value) throws IOException, InterruptedException
value - the field valueIOException - if failed to put by I/O errorInterruptedException - if interrupted while puttingvoid putEndOfRecord()
             throws IOException,
                    InterruptedException
IOException - if failed to put by I/O errorInterruptedException - if interrupted while puttingCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.