
-----------------------------------
bryce_21
Fri Mar 28, 2014 11:25 pm

Sequential Access Data Files in java
-----------------------------------
what is a function/ or method to search for all records containing 301-731-xxxx phone number from the input file (inrecords.dat)

-----------------------------------
DemonWasp
Sat Mar 29, 2014 2:07 am

RE:Sequential Access Data Files in java
-----------------------------------
There's no single function that will do that for you. You will have to iterate over all records in the file and figure out whether they match that pattern or not.

What have you tried so far, and what have you gotten stuck on?
