}
}
try{
FileOutputStream fos = new FileOutputStream(fileName);
Hessian2Output h2os = new Hessian2Output(fos);
Deflation deflate = new Deflation();
Hessian2Output hos = deflate.wrap(h2os);
/* DEBUG */ Long[] locations = new Long[2];
/* DEBUG */ locations[1] = fos.getChannel().position();
/* DEBUG */ System.out.println("\n");
MessageGenerator.printHeader("File Usage Statistics");