com.ibm.websphere.http.data.streams

Interface HTTPOutputStream



  • public interface HTTPOutputStream
    An interface for the HTTP Output Stream used in the output communication between HTTP protocol and data binding.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void write(byte[] outBuf)
      Write an array of bytes to the stream.
    • Method Detail

      • write

        void write(byte[] outBuf)
                   throws java.io.IOException
        Write an array of bytes to the stream. Bytes may be buffered for optimization.

        This method stores bytes from the array into an internal buffer for optimization. This buffer is then written to the underlying stream when the internal buffer is full.

        Parameters:
        outBuf - An array of bytes to be written
        Throws:
        java.io.IOException - Thrown if an I/O problem occurs
IBM Business Process ManagerTM
Release 8