public interface ProgressListener
Modifier and Type | Method and Description |
---|---|
void |
reportReadProgress(int bytesRead)
This method reports the progress file reading
|
void |
reportWriteProgress(int bytesWritten)
This method reports the progress file writing
|
void reportReadProgress(int bytesRead)
bytesRead
- Number of bytes that have been writtenvoid reportWriteProgress(int bytesWritten)
bytesWritten
- Number of bytes that have been writtenCopyright © 2019. All rights reserved.