com.ibm.websphere.batch.devframework.datastreams.bdsadapter

Interface AbstractBatchDataOutputStream

All known implementing classes:
AbstractBatchDataOutputStreamRecordMetrics

  1. public interface AbstractBatchDataOutputStream

Method Summary

Modifier and Type Method and Description
  1. void
flush()
Flushes the output stream
  1. void
write(java.lang.Object record)
Writes the given record to the output stream
  1. void
writeHeader(java.lang.Object record)
Writes header data

Method Detail

write

  1. void write(java.lang.Object record)
  2. throws java.lang.Exception
Writes the given record to the output stream
Parameters:
record -
Throws:
java.lang.Exception

flush

  1. void flush()
  2. throws java.lang.Exception
Flushes the output stream
Throws:
java.lang.Exception

writeHeader

  1. void writeHeader(java.lang.Object record)
  2. throws java.lang.Exception
Writes header data
Parameters:
record -
Throws:
java.lang.Exception