I can't find the relative code to the native methods memchr, memcmp, memcpy, memmove, memset in Java. Could someone explain what do these methods stand for? What do they really do?
I want to acceed to the value pointed to by a variable in my program and I'm wondering if these methods could help me.
Thank you in advance.