Hi,

> Can someone help me clarify the following:
> 
> Java is Big-Endian, correct?
> Intel Linux is Little-Endian, correct?

Corrrect me if I'm wrong, but here's my understanding of the endianness:
1. the java classes (such as DataInputStream) do things big-endianedly
2. the jvm is responsible for hiding the endianness of the platform
3. as a result of (2) there is nothing a 100% java app can do to determine
the endianness of the platform it's being run on.

*shrug*

dstn.


-----------------------------------------------
--  Dustin Lang, [EMAIL PROTECTED]  --
(java developer, linux guy, green-haired freak)

Why Linux is so cool: /usr/include/string.h:190:
/* Sautee STRING briskly.  */
extern char *strfry __P ((char *__string));
-----------------------------------------------


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to