Re: Interacting with legacy systems.
Jeff Kesselman <[email protected]>
| Newsgroups | gmane.comp.windows.devel.java.advanced |
|---|---|
| Message-ID | <[email protected]> |
> > How do you set up C format data structures with Java? > Well there is no such thing a "C format" because "C format' is processor endianess dependent. ByteBuffer is what you wan t. make sure to set the endianess to match the processor you are communicating with. JK > Ivan Mann > > =================================== > This list is hosted by DevelopMentor® http://www.develop.com > > View archives and manage your subscription(s) at http://discuss.develop.com > =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com