Searched defs:actualLength (Results 1 – 1 of 1) sorted by relevance
140 val actualLength = kotlin.math.min(readLength.toLong(), bytes.size - position) in read() constant216 val actualLength = inputReader.read(auxBuffer, 0, requestLength.toInt()) in processSampleData() constant