OffsetInFileLocation

A basic location pointing to a specific part of a file using a global offset and length for coordinates.

The coordinates are expected to be zero indexed.

Since

8.6

Functions

Link copied to clipboard
abstract fun getLength(): Int
The length of the content starting from getOffset.
Link copied to clipboard
abstract fun getOffset(): Int
The global offset from the beginning of the file.
Link copied to clipboard
abstract fun getPath(): String