|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.io.IOConstants
public final class IOConstants
Input/Output Constants.
| Field Summary | |
|---|---|
static double |
BLOCKFILL
Fill Factor (greater than 0.0, maximum 1.0). |
static int |
BLOCKPOWER
BlockSize Power. |
static int |
NODEPOWER
Table NodeSize Power. |
| Method Summary | |
|---|---|
static java.io.File |
dbfile(java.lang.String db,
java.lang.String file)
Adds the database suffix to the specified filename and creates a file instance. |
static java.io.File |
dbpath(java.lang.String db)
Returns a file instance for the current database path. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double BLOCKFILL
public static final int BLOCKPOWER
public static final int NODEPOWER
| Method Detail |
|---|
public static java.io.File dbfile(java.lang.String db,
java.lang.String file)
db - name of the databasefile - filename
public static java.io.File dbpath(java.lang.String db)
db - name of the database
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||