See Also: CursorWindow Members
A buffer containing multiple cursor rows.
A Android.Database.CursorWindow is read-write when initially created and used locally. When sent to a remote process (by writing it to a Android.OS.Parcel), the remote process receives a read-only view of the cursor window. Typically the cursor window will be allocated by the producer, filled with data, and then sent to the consumer for reading.