Class ProgressReadableByteChannelWrapper

java.lang.Object
com.github.tadukoo.util.download.ProgressReadableByteChannelWrapper
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel

public class ProgressReadableByteChannelWrapper extends Object implements ReadableByteChannel
Progress Readable Byte Channel Wrapper is a wrapper around ReadableByteChannel that will send progress updates to a ProgressRBCWrapperListener, which is keeping track of progress.
Version:
Beta v.0.5
Author:
Logan Ferree (Tadukoo)