IffNodes now use an iterator and closed the FileInputStream after creation of IFFNodes for an SWGFile

Removed unused import statements and generified a few variables for ClientData classes
This commit is contained in:
Waverunner
2015-07-19 13:40:30 -04:00
parent be19a7f9c1
commit ec37137e37
9 changed files with 27 additions and 57 deletions
+2
View File
@@ -75,6 +75,8 @@ public class SWGFile {
master.populateFromBuffer(bb);
type = master.getTag();
fileName = file.getAbsolutePath();
inputStream.close();
}
public IffNode addForm(String tag) {