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

Interface AbstractBatchDataOutputStream

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void flush()
      Flushes the output stream
      void write(java.lang.Object record)
      Writes the given record to the output stream
      void 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
IBM WebSphere Application ServerTM
Release 8.5