Reading a file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • humpty
    New Member
    • Sep 2007
    • 1

    #1

    Reading a file

    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.
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #2
    Originally posted by humpty
    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.
    Welcome to TSDN.
    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

    Working...