}
//begin ��ȡ����ģ�������ļ�
try {
// InputStream inputStream = new StringBufferInputStream(fmodel);
InputStream inputStream = new ByteArrayInputStream(fmodel.getBytes());
fcomponent = parser.openFmdl(inputStream);
} catch (Exception exception) {
errorInfo = "Exception occurs when read feature-model file.\n" + exception;
return false;