IBM WebSphere Application ServerTM
Release 8

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
static java.lang.String COPYRIGHT
           
 
Method Summary
 void write(byte[] outBuf)
          Write an array of bytes to the stream.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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 WebSphere Application ServerTM
Release 8