Hi, I want to read a string from a big file, I know how many chars to read and the offset. It’s too slow to read from the beggining with bufferedreader.
Can I move the reading cursor to the char, If yes, how can? Moreover, it’s a non-ascii file, skiping by byte is incorrect. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

