|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.fs.FSUtils
public final class FSUtils
Preliminary collection of file system methods.
| Method Summary | |
|---|---|
static byte[] |
getName(Data data,
int pre)
Returns the name of a file, hidden inside a context set. |
static java.lang.String |
getPath(Data data,
int pre)
Returns the path of a file. |
static int |
getSize(Data data,
int pre)
Returns the size of a file, hidden inside a context set. |
static byte[] |
getSuffix(Data data,
int pre)
Returns the name of a file, hidden inside a context set. |
static boolean |
isDir(Data data,
int pre)
Checks if the specified node is a file. |
static boolean |
isFile(Data data,
int pre)
Checks if the specified node is a file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] getName(Data data,
int pre)
data - data referencepre - pre value
public static java.lang.String getPath(Data data,
int pre)
data - data referencepre - pre value
public static int getSize(Data data,
int pre)
data - data referencepre - pre value
public static byte[] getSuffix(Data data,
int pre)
data - data referencepre - pre value
public static boolean isDir(Data data,
int pre)
data - data referencepre - pre value
public static boolean isFile(Data data,
int pre)
data - data referencepre - pre value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||