MCPcopy Index your code
hub / github.com/java-native-access/jna / share

Method share

src/com/sun/jna/Pointer.java:83–85  ·  view source on GitHub ↗

Provide a view of this memory using the given offset to calculate a new base address.

(long offset)

Source from the content-addressed store, hash-verified

81
82 /** Provide a view of this memory using the given offset to calculate a new base address. */
83 public Pointer share(long offset) {
84 return share(offset, 0);
85 }
86
87 /** Provide a view of this memory using the given offset to calculate a
88 * new base address, bounds-limiting the memory with the given size.

Callers 4

getACEsMethod · 0.95
readArrayMethod · 0.95
writeArrayMethod · 0.95

Calls

no outgoing calls

Tested by 1