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

source Object
the source stream which can be either an input stream or an output stream
bytes int
the number of bytes read or written