-
Methods Method Description edm.edom3.EDMDataFactory.getInputStream() the stream interface is not implemented yet. Currently the stream wrapping is only wrapping local files. Use getLocalFile instead.edm.edom3.EDMModel.create(EDMSchema, String, int) Use create(EDMSchema schema,int options), encoding must be given as an optionedm.edom3.EDMModel.setEDMEncoding(String) encoding should be set when a model is created, and read from model meta data when retrieving data. Kept for backward compatibility.edm.edom3.EDMWorker.setSystemOutput(File) use getLogDescription().setLogFileName() instead.edm.edom3.EDMWorker.setUserOutput(File) use getLogDescription().setUserOutputFileName() instead.