|
LEDataStream
by Canadian Mind Products
Little-endian replacements for DataInputStream, DataOutputStream and RandomAccessFile. They work just like DataInputStream, DataOutputStream and RandomAccessFile except they work with little-endian binary data. Normally Java binary I/O is done with big-endian data, with the most significant byte of an integer or float first. Intel and Windows 95 tend to work with little endian data in native files.
ledatastream little endian datastream java microsoft endian byte sex ledatainputstream ledataoutputstream lerandomaccessfile intel
|