From: Francesco M. <fr...@us...> - 2007-01-10 00:46:02
|
name: wxMemoryMappedFile wxversion: all category: stream,system,wrapper,miscellaneous language: cpp description: Class for mapping a file into your address space (rather than having to buffer its contents). This gives you direct access to the files contents as a raw char*, bypassing the usual file stream operations. You can even write to the char* and have that immediately write back directly to the file. location: wxmemorymappedfile cdate: 2007-01-07 id: 123 status: stable docs: doxygen buildsys: extdep: none wiki: disabled wxport: all samples: 1 approved: 0 author: Blake Madden version: 1.0 maintainerid: 48 Maintainer SF username: blizzymadden Maintainer name: Blake Madden Maintainer mail address: blake.madden@oleandersolutions.c |