posted 19 years ago
I'm working on a MIDlet that requires reading in static data from a file. The file has about 1000 lines with roughly 100 characters on each giving me a file size of around 80KB. I was hoping to keep this file size as small as possible without having to reduce the amount of data in it. Does anyone have any tips/tricks for making this happen?
Thanks!
Greg