BoulderBum
Programmer
It seemed simple enough. All I wanted to do was write a bunch of strings to a text file, and it sort of works, but when I open the file, there are junk characters in front of all my strings.
It's like square, square, 'W', square.
Anyone know what's going on?
Here's the code:
output.writeUTF( "test\n" );//(String) ResultsStringsArray.get(i) );
output.flush();
It's like square, square, 'W', square.
Anyone know what's going on?
Here's the code:
output.writeUTF( "test\n" );//(String) ResultsStringsArray.get(i) );
output.flush();