RangedStream Type

An implementation of Stream that returns only a subset of the inner Stream

Constructors

Constructor Description

RangedStream(stream, start, limit, ?disposeInner)

Full Usage: RangedStream(stream, start, limit, ?disposeInner)

Parameters:
    stream : Stream
    start : int64
    limit : int64 option
    ?disposeInner : bool

Returns: RangedStream
stream : Stream
start : int64
limit : int64 option
?disposeInner : bool
Returns: RangedStream