Summary:
Methods
| Inherited Methods
CursorWindowCompat
public
final
class
CursorWindowCompat
extends Object
| java.lang.Object | |
| ↳ | androidx.core.database.CursorWindowCompat |
Helper for accessing features in CursorWindow
Summary
Public methods | |
|---|---|
static
CursorWindow
|
create(String name, long windowSizeBytes)
Creates a CursorWindow of the specified size. |
Inherited methods | |
|---|---|
Public methods
create
public static CursorWindow create (String name, long windowSizeBytes)
Creates a CursorWindow of the specified size.
Prior to Android P, this method will return a CursorWindow of size defined by the platform.
| Parameters | |
|---|---|
name |
String |
windowSizeBytes |
long |
| Returns | |
|---|---|
CursorWindow |
|