ProgressOutputStream
class ProgressOutputStream(wrapped: OutputStream, progressListener: (Long) -> Unit) : FilterOutputStream
Used by ProgressHttpEntity to notify its progressListener as data is written.
Used by ProgressHttpEntity to notify its progressListener as data is written.