Uses of Interface
bt747.sys.interfaces.BT747File

Packages that use BT747File
bt747.sys   
bt747.sys.interfaces   
net.sf.bt747.j2se.system   
net.sf.bt747.waba.system   
 

Uses of BT747File in bt747.sys
 

Classes in bt747.sys that implement BT747File
 class RAFile
           
 

Methods in bt747.sys that return BT747File
static BT747File JavaLibBridge.getFileInstance(BT747Path path)
           
static BT747File JavaLibBridge.getFileInstance(BT747Path path, int mode)
           
 

Uses of BT747File in bt747.sys.interfaces
 

Subinterfaces of BT747File in bt747.sys.interfaces
 interface BT747RAFile
          Defines the interface for a Random Access File.
 

Methods in bt747.sys.interfaces that return BT747File
 BT747File JavaLibImplementation.getFileInstance(BT747Path path)
           
 BT747File JavaLibImplementation.getFileInstance(BT747Path path, int mode)
           
 

Uses of BT747File in net.sf.bt747.j2se.system
 

Classes in net.sf.bt747.j2se.system that implement BT747File
 class J2SEFile
          Implement the system interface of BT747File.
 class J2SERAFile
          Implement the system interface of BT747File.
 

Methods in net.sf.bt747.j2se.system that return BT747File
 BT747File J2SEJavaTranslations.getFileInstance(BT747Path path)
           
 BT747File J2SEJavaTranslations.getFileInstance(BT747Path path, int mode)
           
 

Uses of BT747File in net.sf.bt747.waba.system
 

Classes in net.sf.bt747.waba.system that implement BT747File
 class WabaFile
           
 

Methods in net.sf.bt747.waba.system that return BT747File
 BT747File WabaJavaTranslations.getFileInstance(BT747Path path)
           
 BT747File WabaJavaTranslations.getFileInstance(BT747Path path, int mode)