In trying to compile our compress method, no matter what text file we give it for input, it always seems to spit out an EOFException...for some reason it can find the file(gives the right exception when we input a bad file name), but it thinks it is empty (when it is clearly not). Anyone have any ideas? |