public class FlrLowLevelSerializerImpl extends RbfLowLevelSerializerImpl<FlrLowLevelConfiguration> implements FlrLowLevelSerializer
FlrLowLevelSerializer based on RbfLowLevelSerializerImpl.| Constructor and Description |
|---|
FlrLowLevelSerializerImpl(FlrLowLevelConfiguration config)
Constructs a new
FlrLowLevelSerializerImpl. |
| Modifier and Type | Method and Description |
|---|---|
void |
writeField(String value,
int length,
Align align,
char padCharacter)
Writes the next field.
|
afterOpen, beforeFinishRecord, close, finishRecord, flush, getConfiguration, open, writeChar, writeLine, writeStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishRecord, writeLineclose, flush, openpublic FlrLowLevelSerializerImpl(FlrLowLevelConfiguration config)
FlrLowLevelSerializerImpl.config - the configurationpublic void writeField(String value, int length, Align align, char padCharacter)
writeField in interface FlrLowLevelSerializervalue - the field valuelength - the length of the fieldalign - the alignmentpadCharacter - the pad characterCopyright © 2014. All rights reserved.