I am porting old code to Java and, due to my inexperience with Java, I ran into the problem of posting the equivalent of memmove. Is there such a method in Java? I have done enough research on this to suggest that I am missing out on something pretty obvious. Thanks in advance.
source share