I have a terrain data which contains elevations as shown below
And each file consists of 1,440,000 rows
.
.
.
183
192
127
.
.
.
how can I access specific rows directly from the file without wasteful full-data memory load?
(in Android)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe your best option is to convert your text file to a SQLite database.