You could also think about how copying files would work. If you don't store fragments your copying will be quite slow when you get to the end of the file since your lib will need to start reading fragments from the beginning.
With my method, I should be able to easily implement ability to have more then one file open at a time. Of course this would require yet another 512 byte buffer + somewhere to store fragments of the 2nd file. Again, I can store this info in an external memory. Matt. -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
