Search:

Type: Posts; User: gabie1121

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Why is my array not being read in correctly from my file?

    Wow, yeah that totally did it. Thanks! I'm glad it was that simple. I guess I was thinking of my array, like an arrayList, as being an object.
  2. [SOLVED] Why is my array not being read in correctly from my file?

    In one file, I save a TreeNode object, then an int, and then a byte array to a file named `huffmanTrial.huff`.
    In another file I want to read in all three of those things and do work on them. I can...
Results 1 to 2 of 2