12f393791b
#KT-59098
6 lines
151 B
Kotlin
Vendored
6 lines
151 B
Kotlin
Vendored
fun clear(byteByffer: java.nio.ByteBuffer) = byteByffer.clear()
|
|
|
|
fun path(): java.nio.file.Path? = null
|
|
|
|
fun stream() = java.util.stream.Stream.of(42)
|