Home
last modified time | relevance | path

Searched defs:tmpBuffer (Results 1 – 2 of 2) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DStreamingLineReader.kt68 val tmpBuffer = ByteArray((lineEndIndexInclusive - lineStartIndex + 1).toInt()) in <lambda>() constant
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/
DZlibExtractor.kt107 val tmpBuffer = ByteArray(toRead) { buffer[start + it] } in extractorFor() constant