com.ibm.websphere.http.data.streams
Interface HTTPOutputStream
- public interface HTTPOutputStream
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
write(byte[] outBuf)
Write an array of bytes to the stream.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
write
- void write(byte[] outBuf)
- throws java.io.IOException
Parameters:
outBuf
- An array of bytes to be written Throws:
java.io.IOException
- Thrown if an I/O problem occurs
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.