319320321322323324325326327328329
{ confFile.setProperty( key, value ); } else { confFile.removeProperty( key ); } } StringOutputStream string = new StringOutputStream(); confFile.save( string );