Skip to content

A simple Java program that scans a file with an unknown number of records (over a million), parses the data, writes a binary .dat file, and makes an interface that searches the binary file using Java's Random Access File methods.

Notifications You must be signed in to change notification settings

paeblits/java-records-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

###Usage Compile and run this java file with one argument: the name of the file to parse which is included.

###Notes This was an assignment that was completed in fall 2012. If you run the program you will have to wait about one minute for it to parse all the data, then the GUI pops up once it's ready.

About

A simple Java program that scans a file with an unknown number of records (over a million), parses the data, writes a binary .dat file, and makes an interface that searches the binary file using Java's Random Access File methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages