com.servingxml.components.flatfile
Interface FlatContentReceiver
- All Known Implementing Classes:
- FlatContentValidator, FlatRecordReceiverAdaptor, NonDelimitedFlatContentReceiver
public interface FlatContentReceiver
startFlatFile
void startFlatFile()
endFlatFile
void endFlatFile()
startHeader
void startHeader()
endHeader
void endHeader()
startBody
void startBody()
endBody
void endBody()
startTrailer
void startTrailer()
endTrailer
void endTrailer()
startRecord
void startRecord()
endRecord
void endRecord()
data
void data(RecordInput recordInput)
delimiter
void delimiter(byte[] data,
int start,
int length)
lineContinuation
void lineContinuation(byte[] data,
int start,
int length)
ignorableWhitespace
void ignorableWhitespace(byte[] data,
int start,
int length)
commentLine
void commentLine(byte[] data,
int start,
int length)