0
Data i/o streams // binary files
I have this java assignment that I need to let the user enter data or display data from an existing file. And Iâm struggling with how to display data from an existing file? Please does anybody know how I can do that? :( Iâm using DataOutputStream and DataInputStream I used the appending parameter so the user can read the previous entered data but itâs not working
1 Answer
+ 1
Maybe this helps: https://www.tutorialspoint.com/java/java_files_io.htm