parseFromLocalFileData

open fun parseFromLocalFileData(data: Array<Byte>, offset: Int, length: Int)

Parameters

data

the array of bytes.

offset

the source location in the data array.

length

the number of bytes to use in the data array.

See also