com.ning.http.client.Body |
![]() |
A request body.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Releases any resources associated with this body.
| |||||||||||
Gets the length of the body.
| |||||||||||
Reads the next chunk of bytes from the body.
|
Releases any resources associated with this body.
IOException |
---|
Gets the length of the body.
Reads the next chunk of bytes from the body.
buffer | The buffer to store the chunk in, must not be null . |
---|
-1
if the body has been read completely.IOException | If the chunk could not be read. |
---|