public class HasherWrappedSource
extends okio.ForwardingSource
Source wrapper, which forwards all bytes passed through into
a MultiHasher.
Created by covers1624 on 21/11/21.
| Constructor and Description |
|---|
HasherWrappedSource(okio.Source delegate,
MultiHasher hasher) |
| Modifier and Type | Method and Description |
|---|---|
long |
read(okio.Buffer sink,
long byteCount) |
public HasherWrappedSource(okio.Source delegate,
MultiHasher hasher)