Posted By:
Kevin_Riff
Posted On:
Sunday, September 16, 2001 09:41 PM
It shouldn't matter to you. All operations in Java are performed with big-endian byte ordering, regardless of the byte order normally used by the underlying operating system. The only time you should need to use little-endian byte ordering is if you're dealing with a particular file format.