|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.components.flatfile.layout.ByteFlatFilePostprocessor
public class ByteFlatFilePostprocessor
A ByteFlatFilePostprocessor
postproccesses a flat file.
Constructor Summary | |
---|---|
ByteFlatFilePostprocessor(StreamSink sink,
boolean flushRecordOnWrite)
|
Method Summary | |
---|---|
void |
beginData()
|
void |
close()
|
void |
endData()
|
void |
signFile(ServiceContext context,
Flow flow,
long recordCount)
|
void |
write(RecordOutput recordOutput)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteFlatFilePostprocessor(StreamSink sink, boolean flushRecordOnWrite)
Method Detail |
---|
public void write(RecordOutput recordOutput) throws java.io.IOException
write
in interface FlatFilePostprocessor
java.io.IOException
public void beginData()
beginData
in interface FlatFilePostprocessor
public void endData()
endData
in interface FlatFilePostprocessor
public void signFile(ServiceContext context, Flow flow, long recordCount)
signFile
in interface FlatFilePostprocessor
public void close()
close
in interface FlatFilePostprocessor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |