net.sf.jsefa.flr.lowlevel
Interface FlrLowLevelDeserializer

All Superinterfaces:
LowLevelDeserializer, RbfLowLevelDeserializer
All Known Implementing Classes:
FlrLowLevelDeserializerImpl

public interface FlrLowLevelDeserializer
extends RbfLowLevelDeserializer

Low level FLR Deserializer.

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 interface net.sf.jsefa.rbf.lowlevel.RbfLowLevelDeserializer
getStoredLines, readNextRecord, unreadRecord
 
Methods inherited from interface net.sf.jsefa.common.lowlevel.LowLevelDeserializer
close, getInputPosition, open
 

Method Detail

nextField

String nextField(int length,
                 Align align,
                 char padCharacter)
Returns the next field of the current record.

Parameters:
length - the length of the field
align - the alignment
padCharacter - the pad character
Returns:
the field value
Throws:
LowLevelDeserializationException


Copyright © 2014. All rights reserved.