|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.maverickdbms.basic.OSFile
OSFile provides an implementation of a MV OS file.
| Field Summary | |
protected java.io.RandomAccessFile |
file
|
static int |
READ_ONLY
|
static int |
READ_WRITE
|
static int |
WRITE_ONLY
|
| Constructor Summary | |
OSFile()
|
|
| Method Summary | |
mvString |
FILEINFO(mvString result,
ConstantString code)
|
ConstantString |
OSBREAD(mvString var,
ConstantString length)
Read block from current file position. |
ConstantString |
OSBWRITE(ConstantString var,
boolean append)
Write block |
ConstantString |
OSCLOSE()
Close OS file. |
ConstantString |
OSOPEN(ConstantString name,
int flags)
Open OS file. |
ConstantString |
OSREAD(mvString var)
Read record from current file position. |
ConstantString |
OSWRITE(ConstantString var)
Write record at current filepostion. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int READ_ONLY
public static final int WRITE_ONLY
public static final int READ_WRITE
protected java.io.RandomAccessFile file
| Constructor Detail |
public OSFile()
| Method Detail |
public mvString FILEINFO(mvString result,
ConstantString code)
throws mvException
mvException
public ConstantString OSCLOSE()
throws mvException
mvException
public ConstantString OSOPEN(ConstantString name,
int flags)
throws mvException
mvException
public ConstantString OSBREAD(mvString var,
ConstantString length)
throws mvException
mvException
public ConstantString OSREAD(mvString var)
throws mvException
mvException
public ConstantString OSBWRITE(ConstantString var,
boolean append)
throws mvException
mvException
public ConstantString OSWRITE(ConstantString var)
throws mvException
mvException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||