5455565758596061
} else { List<OutputStream> outputStreams = new LinkedList<OutputStream>(); for (BodyHasherImpl bhj : bodyHashJobs.values()) { outputStreams.add(bhj.getOutputStream()); } o = new CompoundOutputStream(outputStreams); } }