Package com.github.tadukoo.util.download
package com.github.tadukoo.util.download
Contains a wrapper and listener for tracking progress of a ReadableByteChannel (e.g. to display the progress
to a user)
-
ClassDescriptionProgress RBC Wrapper Listener is listening for updates to a
ProgressReadableByteChannelWrapper
in order to keep track of progress updates (e.g.Progress Readable Byte Channel Wrapper is a wrapper aroundReadableByteChannel
that will send progress updates to aProgressRBCWrapperListener
, which is keeping track of progress.