bt747.sys
Class RAFile

java.lang.Object
  extended by bt747.sys.File
      extended by bt747.sys.RAFile
All Implemented Interfaces:
BT747File, BT747InputStream, BT747OutputStream, BT747RAFile

public final class RAFile
extends File
implements BT747RAFile

Author:
Mario De Weerd

Field Summary
 
Fields inherited from class bt747.sys.File
CREATE, DONT_OPEN, READ_ONLY, READ_WRITE, separatorChar, separatorStr, WRITE_ONLY
 
Constructor Summary
RAFile(BT747Path path)
           
RAFile(BT747Path path, int mode)
           
 
Method Summary
 boolean setPos(int pos)
          Set the file position.
 
Methods inherited from class bt747.sys.File
close, createDir, delete, exists, getLastError, getModificationTime, getPath, getSize, isAvailable, isOpen, readBytes, writeBytes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bt747.sys.interfaces.BT747File
close, createDir, delete, exists, getLastError, getModificationTime, getPath, getSize, isOpen
 
Methods inherited from interface bt747.sys.interfaces.BT747InputStream
readBytes
 
Methods inherited from interface bt747.sys.interfaces.BT747OutputStream
writeBytes
 

Constructor Detail

RAFile

public RAFile(BT747Path path)

RAFile

public RAFile(BT747Path path,
              int mode)
Method Detail

setPos

public final boolean setPos(int pos)
Description copied from interface: BT747RAFile
Set the file position.

Specified by:
setPos in interface BT747RAFile
Returns:
true if success.