|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.garret.perst.CompressDatabase
public class CompressDatabase
Utility used to compress database file. You should create database using normal file (OSFile).
Then use this utiulity to compress database file.
To work with compressed database file you should path instance if this class in Storage.open method
| Constructor Summary | |
|---|---|
CompressDatabase()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
This utility accepts one argument: path to database file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompressDatabase()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||