|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwaba.io.Stream
waba.io.File
net.sf.bt747.waba.system.WabaFile
public final class WabaFile
Field Summary |
---|
Fields inherited from class waba.io.File |
---|
ATTR_ARCHIVE, ATTR_HIDDEN, ATTR_READ_ONLY, ATTR_SYSTEM, CREATE, DONT_OPEN, lastError, READ_ONLY, READ_WRITE, TIME_ACCESSED, TIME_ALL, TIME_CREATED, TIME_MODIFIED, winceVols, WRITE_ONLY |
Constructor Summary | |
---|---|
WabaFile(java.lang.String path)
|
|
WabaFile(java.lang.String path,
int mode)
|
|
WabaFile(java.lang.String path,
int mode,
int slot)
|
Method Summary | |
---|---|
static java.lang.String |
getCardVolumePath()
|
int |
getLastError()
Error number of the last error that occurred. |
int |
getModificationTime()
Get modification time (UTC) |
Methods inherited from class waba.io.File |
---|
close, createDir, delete, exists, finalize, getAttributes, getCardVolume, getPath, getSize, getTime, isAvailable, isCardInserted, isDir, isOpen, listFiles, readBytes, rename, setAttributes, setPos, setSize, setTime, writeBytes |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bt747.sys.interfaces.BT747RAFile |
---|
setPos |
Methods inherited from interface bt747.sys.interfaces.BT747File |
---|
close, createDir, delete, exists, getPath, getSize, isOpen |
Methods inherited from interface bt747.sys.interfaces.BT747InputStream |
---|
readBytes |
Methods inherited from interface bt747.sys.interfaces.BT747OutputStream |
---|
writeBytes |
Constructor Detail |
---|
public WabaFile(java.lang.String path)
path
- public WabaFile(java.lang.String path, int mode)
path
- mode
- public WabaFile(java.lang.String path, int mode, int slot)
path
- mode
- slot
- Method Detail |
---|
public static final java.lang.String getCardVolumePath()
public final int getLastError()
BT747File
getLastError
in interface BT747File
public final int getModificationTime()
BT747File
getModificationTime
in interface BT747File
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |