com.ibm.websphere.batch.devframework.datastreams.bdsadapter
Interface AbstractBatchDataOutputStream
All known implementing classes:
- public interface AbstractBatchDataOutputStream
Method Summary
Modifier and Type | Method and Description |
---|---|
|
flush()
Flushes the output stream
|
|
write(java.lang.Object record)
Writes the given record to the output stream
|
|
writeHeader(java.lang.Object record)
Writes header data
|
Method Detail
write
- void write(java.lang.Object record)
- throws java.lang.Exception
Writes the given record to the output stream
Parameters:
record
- Throws:
java.lang.Exception
flush
- void flush()
- throws java.lang.Exception
Flushes the output stream
Throws:
java.lang.Exception
writeHeader
- void writeHeader(java.lang.Object record)
- throws java.lang.Exception
Writes header data
Parameters:
record
- Throws:
java.lang.Exception