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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -