i will write an EFT system with java. I will read information from a file and file's content has a standard. For example;
# Number of banks
2
# BankID, InitialCashReserve
1 0
2 100
# EFTID, Amount, FromBankID, ToBankID
1 40 1 2
2 10 2 1
3 20 2 1
4 30 2 1
5 40 2 1
6 50 2 1
7 60 1 2
Is there an easy way to read these or do I have to read line by line and check.