Generated by
JDiff

Class com.webobjects.appserver.WOResponse

Added Methods
InputStream contentInputStream() Returns the InputStream set in setContentStream.
int contentInputStreamBufferSize() Returns the size of the transfer buffer set in setContentStream.
int contentInputStreamLength() Returns the length of the content set in setContentStream.
void setContentStream(InputStream, int, int) This sets an InputStream as the source of the response content (rather than a String or an NSData).