RangedStream Type
An implementation of Stream that returns only a subset of the inner Stream
Constructors
| Constructor | Description |
Full Usage:
RangedStream(stream, start, limit, ?disposeInner)
Parameters:
Stream
start : int64
limit : int64 option
?disposeInner : bool
Returns: RangedStream
|
|