eclipse - read a specifc line in large text file in android -
i want read specific line large text file 60 mb java. search last 3 days found no better result use loop buffered reader.
while ((line = br.readline()) != null) { }
but takes time. how can access specific line text file in android.
Comments
Post a Comment