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