Re: CFByteOrderGetCurrent in Java
Re: CFByteOrderGetCurrent in Java
- Subject: Re: CFByteOrderGetCurrent in Java
- From: Mike Jackson <email@hidden>
- Date: Mon, 13 Mar 2006 08:13:46 -0500
Look at the class: java.nio.ByteOrder.
On Mar 13, 2006, at 4:20 AM, Eric Albert wrote:
On Mar 13, 2006, at 1:08 AM, rohit dhamija wrote:
I need to you CFByteOrder routine ( CFByteOrder
CFByteOrderGetCurrent (); in particular) in JAVA.
Is there similar implementation provided in java ?
I am using the latest version of jdk (1.5)
That doesn't make too much sense. CFByteOrderGetCurrent is never
necessary in any code because the endianness of your targeted
system is determined at compile time. The same is true for Java,
where the JVM is always the same endianness and the language is
designed so you don't need to care what endianness it is.
That said, if you have Java questions you're better off asking them
on the java-dev list than here.
-Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
--------
Mike Jackson
imikejackson <at> gmail <dot> com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden