Skip to content

Commit

Permalink
add links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iryndin committed Jul 23, 2014
1 parent f9aac6c commit 645c608
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/net/iryndin/jdbf/reader/MemoReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@

/**
* Reader of memo files (tested of *.FPT files - Visual FoxPro)
* See links:
*
* Visual FoxPro file formats:
* http://msdn.microsoft.com/en-us/library/aa977077(v=vs.71).aspx
*
* DBase file formats:
* http://www.dbase.com/Knowledgebase/INT/db7_file_fmt.htm
*
*/
public class MemoReader implements Closeable {

Expand Down

0 comments on commit 645c608

Please sign in to comment.