java.io.Serializable, Resource@Contract(threading=IMMUTABLE) public class HeapResource extends java.lang.Object implements Resource
| Constructor | Description |
|---|---|
HeapResource(byte[] b) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispose() |
Indicates the system no longer needs to keep this
response body and any system resources associated with
it may be reclaimed.
|
java.io.InputStream |
getInputStream() |
Returns an
InputStream from which the response
body can be read. |
long |
length() |
Returns the length in bytes of the response body.
|
public java.io.InputStream getInputStream()
ResourceInputStream from which the response
body can be read.getInputStream in interface Resourcepublic long length()
Resource