I have a huge array of binary data that is currently residing in a set
of separately-allocated chunks from the heap (about 300K worth).  I
need to write this data to the "file store" so that it can be later
restored to heap memory.  It is my understanding that this would best
be done by creating a resource database with one resource in it -
namely my binary data.  I plan on using a unique resource type:
"SSnd".  When the data is restored to the heap memory, the file
database will be deleted, so it is like a temporary file.  Is this the
right way to implement the equivalent of an ordinary file with no
record structure imposed on it?


Robert Scott, Ypsilanti, MI
(reply through this forum, not by e-mailing me directly)

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to