Class BinarySliceResourceStore<T>

Resource store that slices the data stream if there are range preferences. Only works for bytes range preferences on binary data streams. Does not support multipart range requests.

If the slice happens, unit/start/end values will be written to the metadata to indicate such. The values are dependent on the preferences we got as an input, as we don't know the actual size of the data stream.

Type Parameters

Hierarchy

Constructors

Properties

logger: Logger = ...
source: T

Methods