605606607608609610611612
public Object read(InputStream istream) throws IOUtilsException { try { return EncodingUtils.decodeFromStream(encodingRegistry, istream); } catch(EncodingException e) { throw new IOUtilsException(e); } }