to top
Android APIs
public final class

CharArrayBuffer

extends Object
java.lang.Object
   ↳ android.database.CharArrayBuffer

Class Overview

This is used for copyStringToBuffer(int, CharArrayBuffer)

Summary

Fields
public char[] data
public int sizeCopied
Public Constructors

? Examples
CharArrayBuffer(int size)

? Examples
CharArrayBuffer(char[] buf)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public char[] data

Added in API level 1

public int sizeCopied

Added in API level 1

Public Constructors

public CharArrayBuffer (int size)

Added in API level 1

public CharArrayBuffer (char[] buf)

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.