public interface HTTPInputStream
static final java.lang.String COPYRIGHT
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 readjava.io.IOException
- Thrown if an I/O problem occurs