Tim Beuman wrote:
Java uses big-endian while Windows/DOS (and cygwin) uses little-endian.
[OT] False. Java only uses big-endian for external representation of integers. In memory, integers follow the native layout of whatever architecture it's running on.
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/