7172737475767778798081
// Now construct the output pipeline to process the data // Element src = null; try { src = new ReadableByteChannelSrc(pipeChannel.source(), "input file"); } catch (Exception ex) { ex.printStackTrace(); throw new RuntimeException(ex); }