contentToString

fun ByteBuffer?.contentToString(): String
fun ShortBuffer?.contentToString(): String
fun IntBuffer?.contentToString(): String
fun LongBuffer?.contentToString(): String
fun FloatBuffer?.contentToString(): String
fun DoubleBuffer?.contentToString(): String
fun CharBuffer?.contentToString(): String

Returns a string representation of the contents of the specified array as if it is List.

Samples

kool.buffers.Arrays.ContentOperations.contentToString