public interface Resource extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Indicates the system no longer needs to keep this
response body and any system resources associated with
it may be reclaimed.
|
InputStream |
getInputStream()
Returns an
InputStream from which the response
body can be read. |
long |
length()
Returns the length in bytes of the response body.
|
InputStream getInputStream() throws IOException
InputStream
from which the response
body can be read.IOException
long length()
void dispose()
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.