reader = new FileReader(filename); Scanner in = new Scanner(reader); readData(in); reader.close(); // May never get here