We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eadef8 commit 4514d3cCopy full SHA for 4514d3c
README.md
@@ -12,7 +12,7 @@ Engine is very small and fast.
12
API for reading is made as iterator, API for writing is made in manner as JDBC statement. It is allows to write compact Java code.
13
14
Also, you can look inside your dbf file by invoking it through command line:
15
-java -jar dbfEngine_bin-1.10.jar your.dbf
+java -jar dbfEngine_bin-1.11.jar your.dbf
16
17
The result of parsing dbf header and content will be saved into text file.
18
@@ -48,6 +48,7 @@ public class Fp26Reader {
48
Fp26Reader.testRead();
49
}
50
51
+
52
public class Fp26Writer {
53
private static void testWrite() {
54
DbfAppender dbfAppender = DbfEngine.getWriter("WRT_PERSON.DBF", DbfCodePages.Cp866);
0 commit comments