I've been researching on the web how to go about this and what class is best to use for file parsing ect.
I've been programming In java for awhile now and parsing files and writing to them has always been one of weakest points literally I just don't understand It.
Specifically I have a file named
jihoon.txt
its contents are this
username = ji
password = kim106
id = 0
i want to store ji into a string variable, and kim106 into a string variable and id into an int variable while disregarding "username = " ect. Could someone please help thanks in advance :).