MCPcopy Create free account
hub / github.com/java-native-access/jna / clear

Method clear

src/com/sun/jna/Memory.java:199–201  ·  view source on GitHub ↗

Zero the full extent of this memory region.

()

Source from the content-addressed store, hash-verified

197
198 /** Zero the full extent of this memory region. */
199 public void clear() {
200 clear(size);
201 }
202
203 /** Returns false if the memory has been freed. */
204 public boolean valid() {

Calls

no outgoing calls