> Hi all, > > Using JBuilder 2005 jdk
1.5 (latest one) and need to use the byte > swapping routines in java ( CFByteOrder.h) Is there any java > implementation of same provided ? > > Thanks ,-- > Rohit Dhamija(M) 9818446545
Hi Rohit,
Just curious - what do you need to byteswap? Shouldn't have to do that if you're using an ObjectInputStream.
Google for "java byte swapping" or something like that. I didn't immediately notice any open source projects, but there's javadocs for
a number of java classes that do this sort of thing, to give you some ideas on how others are doing it. Shouldn't be that hard.
Sean
-- Rohit Dhamija(M) 9818446545
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden