Read an integer value from the parcel at the current dataPosition().
()
| 1482 | * Read an integer value from the parcel at the current dataPosition(). |
| 1483 | */ |
| 1484 | public final int readInt() { |
| 1485 | return nativeReadInt(mNativePtr); |
| 1486 | } |
| 1487 | |
| 1488 | /** |
| 1489 | * Read a long integer value from the parcel at the current dataPosition(). |