Is there an equivalent memcpy() function in Java? What I'm doing is sending data from a C application, with the proper htons/htonl modifications, and receiving them in Java as a byte array...but then I'm stuck at what to do with byte arrays. I've managed to do some odd conversions by converting the byte to string classes, etc. but woudln't it be simpler if I just did a memcpy?

Any suggestions welcome.
Carlo

PS. I was never a Java fan.

_______________________________________________
coders mailing list
[email protected]
http://lists.slug.org.au/listinfo/coders

Reply via email to