how to track a file
how can i track a file .
ie i have some files ,in which bank accoutn details are there .
i have to find the every accounts final balance .
i have to read line by line (i have done that using streams ).
i want track which are read lines and i have to skip those read lines .
> how can i track a file .
Huh?
> ie i have some files ,in which bank accoutn details are there .
I think a database would be more appropriate. :)
> i have to find the every accounts final balance .
>
> i have to read line by line (i have done that using
> streams ).
>
> i want track which are read lines and i have to skip
> those read lines .
How about not caring about lines but reconstructing Account objects from the file that can tell you their totals?