public interface

ResumableBodyConsumer

implements BodyConsumer
com.ning.http.client.ResumableBodyConsumer
Known Indirect Subclasses

Summary

Public Methods
abstract long getTransferredBytes()
Get the previously transferred bytes, for example the current file size.
abstract void resume()
Prepare this consumer to resume a download, for example by seeking to the end of the underlying file.
[Expand]
Inherited Methods
From interface com.ning.http.client.BodyConsumer

Public Methods

public abstract long getTransferredBytes ()

Get the previously transferred bytes, for example the current file size.

Throws
IOException

public abstract void resume ()

Prepare this consumer to resume a download, for example by seeking to the end of the underlying file.

Throws
IOException