indices

val ByteBuffer.indices: IntRange
val ShortBuffer.indices: IntRange
val IntBuffer.indices: IntRange
val LongBuffer.indices: IntRange
val FloatBuffer.indices: IntRange
val DoubleBuffer.indices: IntRange
val CharBuffer.indices: IntRange

Returns the range of valid indices for the buffer.