I have a log record file containing many records which specifies what resource each operation utilizes. I want my program to create N processes as specified by the user which can simultaneously read through the file and count the no of times each operation utilizes a resource.
Reading a file
Collapse
X
-
Welcome to TSDN.Originally posted by humptyI have a log record file containing many records which specifies what resource each operation utilizes. I want my program to create N processes as specified by the user which can simultaneously read through the file and count the no of times each operation utilizes a resource.
Show me the code you have already.
Do you know the package java.io?
There you will get all IO related classes.
Good luck.
Kind regards,
Dmjpro.
Comment