pw = _pw;
pw.close();
if ( indent.length() > 0 ){ indent = indent.substring(INDENT_STRING.length()); }
indent += INDENT_STRING;
pw.println( indent + str ); if ( force ){ pw.flush(); }
force = b;