Uses of Interface
bt747.sys.interfaces.BT747RAFile

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

Uses of BT747RAFile in bt747.sys
 

Classes in bt747.sys that implement BT747RAFile
 class RAFile
           
 

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

Uses of BT747RAFile in bt747.sys.interfaces
 

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

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

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

Methods in net.sf.bt747.j2se.system that return BT747RAFile
 BT747RAFile J2SEJavaTranslations.getRAFileInstance(BT747Path path)
           
 BT747RAFile J2SEJavaTranslations.getRAFileInstance(BT747Path filePath, int mode)
           
 

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

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

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