Options
All
  • Public
  • Public/Protected
  • All
Menu

A range within byte data.

Hierarchy

  • IByteRange

Index

Properties

Properties

end

end: number

The end of the range as a byte offset. The range is up-to but not including the end offset. Thus reading the range 0-100 would return 100 bytes.

long
nativeparamindex

1

start

start: number

The start of the range as a byte offset.

long
nativeparamindex

0

Generated using TypeDoc