I need a microcontroller to read a data file that is stored in a zip file (actually a Custom file format, but it is irrelevant). The data file has a known name, path and size, and uncompressed is guaranteed to be stored. What is the simplest & amp; Fastest way to start file data without writing a file in a zip file?
Note: I know about the zip comment section, but the data file in question is too large to fit in it. I ended up writing a simple parser which finds the data of the data using the central data directory.
No comments:
Post a Comment