Working with memory mapped files
843810Dec 25 2008 — edited Dec 29 2008I'm working on a program that manipulates information on multiple files. The files are read into memory, using FileChannel and the map() object. Is there a way to run local, ie windows or linux commands against the memory mapped file? If someone could point me in the direcction of some object or interface that can handle this? Thanks