API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.database.CursorWindow

Added Methods
void acquireReference()  
boolean allocRow() Allocate a row in cursor window
void copyStringToBuffer(int, int, CharArrayBuffer) copy the text for the given field in the provided char array.
int describeContents()  
void freeLastRow() Free the last row
byte[] getBlob(int, int) Returns a byte array for the given field.
boolean isBlob(int, int) Checks if a field contains either a blob or is null.
boolean putBlob(byte[], int, int) copy byte array to cursor window
boolean putDouble(double, int, int) Copy double to cursor window
boolean putLong(long, int, int) Copy integer to cursor window
boolean putNull(int, int) Set the [row, col] value to NULL
boolean putString(String, int, int) Copy String to cursor window
void releaseReference()  
boolean setNumColumns(int) Set number of Columns
void setStartPosition(int) Set the start position of cursor window
 

Changed Methods
void finalize() Change of visibility from public to protected.
 
void writeToParcel(Parcel, int) Change in signature from Parcel to (Parcel, int).
 
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff