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 -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -