StreamPack
Toggle table of contents
3.1.1
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils.extensions
/
clone
clone
fun
ByteBuffer
.
clone
(
)
:
ByteBuffer
(
source
)
Clone
ByteBuffer
. The position of the original
ByteBuffer
will be 0 after the clone.