Read the native peer value. Use with caution.
(Pointer p)
| 1187 | |
| 1188 | /** Read the native peer value. Use with caution. */ |
| 1189 | public static long nativeValue(Pointer p) { |
| 1190 | return p == null ? 0 : p.peer; |
| 1191 | } |
| 1192 | |
| 1193 | /** Set the native peer value. Use with caution. */ |
| 1194 | public static void nativeValue(Pointer p, long value) { |
no outgoing calls