Re: Endianness of Java Virtual Machine
- From: Joshua Cranmer <Pidgeot18@xxxxxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 21:22:43 GMT
karthikbalaguru wrote:
Hi,
Is 'Java Virtual Machine' Big-Endian ?
Or
Is it independent of Endianness ? (That is Bi-Endian)
Can someone provide some link in the internet that discusses
more about this ?
Thx in advans,
Karthik Balaguru
Java is big-endian insofar as its Data{In,Out}putStream assumes big-endianness and the class file specification is big-endian. From most developers' standpoints, it is endian-agnostic.
--
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald E. Knuth
.
- References:
- Endianness of Java Virtual Machine
- From: karthikbalaguru
- Endianness of Java Virtual Machine
- Prev by Date: Re: Endianness of Java Virtual Machine
- Next by Date: Re: Endianness of Java Virtual Machine
- Previous by thread: Re: Endianness of Java Virtual Machine
- Next by thread: Re: Endianness of Java Virtual Machine
- Index(es):
Relevant Pages
|
|