|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void write(byte[] outBuf) throws java.io.IOException
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.
outBuf
- An array of bytes to be written
java.io.IOException
- Thrown if an I/O problem occurs
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |