File fl = File.createTempFile("_rhq", null);
//write the 'to' file to disk
FileUtils.writeStringToFile(fl, contents);
aug.set(transformPrefix + "/lens", lens);
aug.set(transformPrefix + "/incl", fl.getAbsolutePath());
aug.load();
return aug;
}
private String normalizeToUnix(byte[] contents) throws UnsupportedEncodingException {
String s = new String(contents, "UTF8");