Read a long integer value from the parcel at the current dataPosition().
()
| 1489 | * Read a long integer value from the parcel at the current dataPosition(). |
| 1490 | */ |
| 1491 | public final long readLong() { |
| 1492 | return nativeReadLong(mNativePtr); |
| 1493 | } |
| 1494 | |
| 1495 | /** |
| 1496 | * Read a floating point value from the parcel at the current |