Read a string value from the parcel at the current dataPosition().
()
| 1512 | * Read a string value from the parcel at the current dataPosition(). |
| 1513 | */ |
| 1514 | public final String readString() { |
| 1515 | return nativeReadString(mNativePtr); |
| 1516 | } |
| 1517 | |
| 1518 | /** |
| 1519 | * Read a CharSequence value from the parcel at the current dataPosition(). |