Lotus Notes Java API中的getFileFormat()方法是什么,它返回的值是多少?

时间:2012-05-16 10:44:08

标签: lotus-notes

我在java中创建了一个用于获取nsf文件详细信息的程序。我已经传递了包含用于获取数据库的nsf文件的文件路径。我想知道getFileFormat()方法以及它返回的值是什么。

Database db = session.getDatabase("", filePath);
System.out.println("File Format :"+db.getFileFormat());

1 个答案:

答案 0 :(得分:1)

它将获得数据库的格式版本。基本上是创建数据库的版本。它等同于这种方法:

http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.designer.domino.api.doc%2Fr_domino_Database_FileFormat.html