Home
last modified time | relevance | path

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

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DDataSlice.kt90 fun ByteArray.asSlice(length: Int = this.size) = DataSlice(this, 0, length) in ByteArray() method
91 fun String.asSlice() = DataSlice(this.toByteArray()) in ByteArray() method