Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

CharArrayBuffer

class CharArrayBuffer
kotlin.Any
   ↳ android.database.CharArrayBuffer

This is used for Cursor#copyStringToBuffer

Summary

Public constructors

<init>(size: Int)

Properties

CharArray!

Int

Public constructors

<init>

Added in API level 1
CharArrayBuffer(size: Int)

<init>

Added in API level 1
CharArrayBuffer(buf: CharArray!)

Properties

data

Added in API level 1
var data: CharArray!

sizeCopied

Added in API level 1
var sizeCopied: Int