Range interface

Properties

count

Optional. Count of bytes, larger than 0. If not provided, will return bytes from offset to the end.

offset

StartByte, larger than or equal 0.

Property Details

count

Optional. Count of bytes, larger than 0. If not provided, will return bytes from offset to the end.

count?: number

Property Value

number

offset

StartByte, larger than or equal 0.

offset: number

Property Value

number