com.ning.http.client
public interface ResumableBodyConsumer extends BodyConsumer
Modifier and Type | Method and Description |
---|---|
long |
getTransferredBytes()
Get the previously transferred bytes, for example the current file size.
|
void |
resume()
Prepare this consumer to resume a download, for example by seeking to the end of the underlying file.
|
close, consume
void resume() throws java.io.IOException
java.io.IOException
long getTransferredBytes() throws java.io.IOException
java.io.IOException
Copyright © 2014. All Rights Reserved.