ReadOnlyListStream Constructors
A read-only, seekable Stream that wraps an IReadOnlyList<T> of Byte.
public ReadOnlyListStream(IReadOnlyList<Byte> list);
Parameters
| Name | Type | Description |
|---|---|---|
| list | IReadOnlyList<Byte> | The read-only list of bytes to wrap. |