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