EditRange

fun EditRange(    data: ByteArray,     start: Int,     end: Int)

Construct an EditRange.

Parameters

data

The ByteArray that is to be inserted in the file.

start

The location in the file to insert/overwrite the data.

end

The location in the file to stop overwriting, exclusive. All data from this point should be preserved.