parseFromLocalFileData

abstract fun parseFromLocalFileData(buffer: Array<Byte>, offset: Int, length: Int)

Populate data from this array as if it was in local file data.

Parameters

buffer

the buffer to read data from

offset

offset into buffer to read data

length

the length of data

Throws

on error