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, writeString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
finishRecord, writeLine
close, flush, open
public FlrLowLevelSerializerImpl(FlrLowLevelConfiguration config)
FlrLowLevelSerializerImpl
.config
- the configurationpublic void writeField(String value, int length, Align align, char padCharacter)
writeField
in interface FlrLowLevelSerializer
value
- the field valuelength
- the length of the fieldalign
- the alignmentpadCharacter
- the pad characterCopyright © 2014. All rights reserved.