Okay so I have a huffman tree that I write to a .dat file using these methods :
public void treeToFile(Node curr) throws IOException{ try{ Object