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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -