> PrintWriter out = new PrintWriter(new
> FileOutputStream("EncryptedData.txt"));
[quoted text clipped - 30 lines]
> out.flush??
> any other way to do this
What do you mean it won't let you? Does it give an exception? Does it
not output what you expect?
Its hard for me to tell you whats going on, because your code is out
of context.
Try posting an sscce <http://www.physci.org/codes/sscce/>
This will make it easier for us to help you.
I don't see where you actually try to print out the frequencies, which
is exactly what your asking about. Thats like telling the doctor you
have a rash on your foot, and only showing him your hands.
spidey12345 - 08 Feb 2007 05:08 GMT
On Feb 7, 10:58 pm, "Daniel Pitts" <googlegrou...@coloraura.com>
wrote:
> > PrintWriter out = new PrintWriter(new
> > FileOutputStream("EncryptedData.txt"));
[quoted text clipped - 45 lines]
>
> - Show quoted text -
sorry, i got it to work, i was missing a out.flush() after
out.println('frequencies");