|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlatContentReceiver
| Method Summary | |
|---|---|
void |
commentLine(byte[] data,
int start,
int length)
|
void |
data(RecordInput recordInput)
|
void |
delimiter(byte[] data,
int start,
int length)
|
void |
endBody()
|
void |
endFlatFile()
|
void |
endHeader()
|
void |
endRecord()
|
void |
endTrailer()
|
void |
ignorableWhitespace(byte[] data,
int start,
int length)
|
void |
lineContinuation(byte[] data,
int start,
int length)
|
void |
startBody()
|
void |
startFlatFile()
|
void |
startHeader()
|
void |
startRecord()
|
void |
startTrailer()
|
| Method Detail |
|---|
void startFlatFile()
void endFlatFile()
void startHeader()
void endHeader()
void startBody()
void endBody()
void startTrailer()
void endTrailer()
void startRecord()
void endRecord()
void data(RecordInput recordInput)
void delimiter(byte[] data,
int start,
int length)
void lineContinuation(byte[] data,
int start,
int length)
void ignorableWhitespace(byte[] data,
int start,
int length)
void commentLine(byte[] data,
int start,
int length)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||