currentOffset
The position within the resource of the next byte.
Declaration
var currentOffset: Int64 { get }Discussion
When incrementally loading data you should begin loading at this offset, returning the data by invoking the respond(with:) method. Bytes previous to this value have already been provided.