chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] map-file-to-memory and random access


From: Mark Voortman
Subject: [Chicken-users] map-file-to-memory and random access
Date: Sat, 14 Apr 2007 22:47:23 +0200 (CEST)
User-agent: SquirrelMail/1.4.9a

Hello folks,

I'm using map-file-to-memory to map a file in memory and then use
move-memory! to read/write the contents. However, I was wondering if it is
possible to random access the memory mapped file? For example, read/write
only the bytes at position 5 to 10. If I use move-memory! it always starts
reading/writing from byte 0.

Thanks,
Mark






reply via email to

[Prev in Thread] Current Thread [Next in Thread]