0
Can I monitor the current size of a file while copying in Java?
Am using Apache's API to copy large files. Is there a way I can monitor the progress of currently copied file i.e. the current size using a separate thread keeping in mind that most file operations are sychronized? The only solutions I got so far uses filestreams. Need help.
3 Answers