public interface IOProgressListener
Known subtypesAdsService, InnerActive, ConnectionRequest, MultipartRequest, GZConnectionRequest, CachedDataService, ImageDownloadService, RSSService, TwitterRESTService
Callback for IO updates from a buffered input/output stream
Methods
public abstract void ioStreamUpdate(Object source, int bytes) | Indicates the number of bytes that were read/written to/from the source stream |
Method details
ioStreamUpdate
public abstract void ioStreamUpdate(Object source, int bytes)Indicates the number of bytes that were read/written to/from the source stream
Parameters
sourceObject- the source stream which can be either an input stream or an output stream
bytesint- the number of bytes read or written