If you have a directory name, you can get a ref to every file in the directory by calling listFiles(), and from there read each file accordingly. You can consider setting up a Set or a HashMap of...