|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPInputStream
An interface for the HTTP Input Stream used in the input communication between HTTP protocol and data binding.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
int |
read(byte[] inBuf,
int off,
int len)
Read bytes into a byte array. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
int read(byte[] inBuf, int off, int len) throws java.io.IOException
This method reads bytes into the array until one of the following conditions is met:
inBuf
- byte array input bufferoff
- offset to begin storing bytes in inBuflen
- maximum number of bytes to read
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 |