net.sf.jsefa.flr.lowlevel
Class FlrLowLevelDeserializerImpl
java.lang.Object
net.sf.jsefa.rbf.lowlevel.RbfLowLevelDeserializerImpl<FlrLowLevelConfiguration>
net.sf.jsefa.flr.lowlevel.FlrLowLevelDeserializerImpl
- All Implemented Interfaces:
- LowLevelDeserializer, FlrLowLevelDeserializer, RbfLowLevelDeserializer
public class FlrLowLevelDeserializerImpl
- extends RbfLowLevelDeserializerImpl<FlrLowLevelConfiguration>
- implements FlrLowLevelDeserializer
Implementation of FlrLowLevelDeserializer
based on RbfLowLevelDeserializerImpl
.
- Author:
- Norman Lahme-Huetig
Method Summary |
String |
nextField(int length,
Align align,
char padCharacter)
Returns the next field of the current record. |
Methods inherited from class net.sf.jsefa.rbf.lowlevel.RbfLowLevelDeserializerImpl |
close, getConfiguration, getCurrentSegmentTerminator, getCurrentSegmentTerminatorString, getInputPosition, getStoredLines, hasNextChar, nextChar, nextString, open, peekChar, readNextRecord, readNextSegment, remainingLineLength, unreadRecord |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlrLowLevelDeserializerImpl
public FlrLowLevelDeserializerImpl(FlrLowLevelConfiguration config)
- Constructs a new
FlrLowLevelDeserializerImpl
.
- Parameters:
config
- the configuration
nextField
public String nextField(int length,
Align align,
char padCharacter)
- Returns the next field of the current record.
- Specified by:
nextField
in interface FlrLowLevelDeserializer
- Parameters:
length
- the length of the fieldalign
- the alignmentpadCharacter
- the pad character
- Returns:
- the field value
Copyright © 2014. All rights reserved.