public class ProgressForwardingSource
extends okio.ForwardingSource
| Constructor and Description |
|---|
ProgressForwardingSource(okio.Source delegate,
DownloadListener listener) |
ProgressForwardingSource(okio.Source delegate,
DownloadListener listener,
long existingLen) |
| Modifier and Type | Method and Description |
|---|---|
long |
read(@NotNull okio.Buffer sink,
long byteCount) |
public ProgressForwardingSource(okio.Source delegate,
DownloadListener listener)
public ProgressForwardingSource(okio.Source delegate,
DownloadListener listener,
long existingLen)