Best way to code the following
- From: Jeff <jeff@[_nospam_].hardsoft.com.au>
- Date: Tue, 25 Sep 2007 23:40:17 +1000
I need to read about 100 lines of a csv file into memory.
Each line contains 6 fields.
What is the best way to store this into memory and then read it back.
Is a array of a multi- dimsion array the way to do this.
If so I can read the data into an array using an arraylist for each line and the fields in a string array but cannot see how I can get the data back out.
Looking forward to comments
.
- Follow-Ups:
- Re: Best way to code the following
- From: Jeff
- Re: Best way to code the following
- From: mark4asp
- Re: Best way to code the following
- From: Jeff
- Re: Best way to code the following
- From: Samuel R . Neff
- Re: Best way to code the following
- From: amdrit
- Re: Best way to code the following
- Prev by Date: Re: lock used in thread and by event
- Next by Date: Re: Best way to code the following
- Previous by thread: How does the "this" keyword work in this context
- Next by thread: Re: Best way to code the following
- Index(es):
Relevant Pages
|