public interface IOProgressListener
Modifier and Type | Method and Description |
---|---|
void |
ioStreamUpdate(Object source,
int bytes)
Indicates the number of bytes that were read/written to/from the source stream
|
void ioStreamUpdate(Object source, int bytes)
source
- the source stream which can be either an input stream or an output streambytes
- the number of bytes read or written