Search:

Type: Posts; User: miller4103

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    996

    Re: I need help with this file reader code

    Thank you very much that helped. I should have seen that.
  2. Replies
    2
    Views
    996

    I need help with this file reader code

    try{
    // Open the file that is the first
    // command line parameter
    FileInputStream fstream = new FileInputStream("Inventory2.dat");
    // Get the object of DataInputStream
    ...
Results 1 to 2 of 2