in reply to Re^2: Best way to read a file into memory and use normal operation on memory file?
in thread Best way to read a file into memory and use normal operation on memory file?
the pack unpack function (on my system atleast) will take a file in 12 34 56 78 order and put it as 34 12 78 56 which is exactly what i need and works flawless everytime. ive even packed the function into an exe and added it as a right click context menu option because it did work so good :p
maybe it has to do with your machine maybe? im on windows pc ofcourse.
also i should add that the file i will always be working with is 16 MB's (6,777,216 bytes)