for(int i=0; i<fields.length; ++i) {
outStream.write(fields[i]+" ");
}
outStream.close();