5758596061626364656667
} public InputStream getInputStream() { try { if(node.hasNode(STREAM_PATH)) { return new NodeInputStream(node.getNode(STREAM_PATH)); } } catch(Exception e) { throw new JobStorageException("Exception in getInputStream()", e); } return null;