svoid setFileInfoFields(File f, O... params) { for (int i = 0; i+1 < l(params); i += 2) setFileInfoField(f, (S) params[i], params[i+1]); }