DitchOoM / buffer

Kotlin Multiplatform bytebuffer/byte[] wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I convert a ByteBuffer to a FloatBuffer (as java.nio.ByteBuffer#asFloatBuffer factory method)?

FavoRiteKK opened this issue · comments

Hi,
I want to reuse a Java implementation which converts a ByteBuffer to a FloatBuffer. How can I achieve this?
Thanks.

There's currently no support for that! Pull requests are supported however :)

Okay. Maybe I'll search for another approach!