net.sf.bt747.waba.system
Class WabaFile

java.lang.Object
  extended by waba.io.Stream
      extended by waba.io.File
          extended by net.sf.bt747.waba.system.WabaFile
All Implemented Interfaces:
BT747File, BT747InputStream, BT747OutputStream, BT747RAFile

public final class WabaFile
extends waba.io.File
implements BT747RAFile

Author:
Mario De Weerd TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

WabaFile

public WabaFile(java.lang.String path)
Parameters:
path -

WabaFile

public WabaFile(java.lang.String path,
                int mode)
Parameters:
path -
mode -

WabaFile

public WabaFile(java.lang.String path,
                int mode,
                int slot)
Parameters:
path -
mode -
slot -
Method Detail

getCardVolumePath

public static final java.lang.String getCardVolumePath()

getLastError

public final int getLastError()
Description copied from interface: BT747File
Error number of the last error that occurred.

Specified by:
getLastError in interface BT747File
Returns:
The last error type.

getModificationTime

public final int getModificationTime()
Description copied from interface: BT747File
Get modification time (UTC)

Specified by:
getModificationTime in interface BT747File