in reply to Best way to read a file into memory and use normal operation on memory file?

What i am wanting to do is byte reverse in the proprietary order in which the function does (12 34 56 78 -> 34 12 78 56 or 34 12 78 56 -> 12 34 56 78) and put that in memory so i can access/do operations like read and seek on that particular data in memory at anytime without having to write anything to disk/hard drive.
  • Comment on Re: Best way to read a file into memory and use normal operation on memory file?