ReadOnlyDatabaseInZip
This sample application shows how to create and use a read-only database in a
zip file. The database file is split into multiple smaller files, to speed up
random-access. Splitting up the file is only needed if the database file is
larger than a few megabytes.
| Methods |
| static void |
main(String... args)
This method is called when executing this sample application from the
command line.
|
| static void |
main(String... args) throws Exception
This method is called when executing this sample application from the
command line.
Parameters:
args - the command line parameters
|