Uses of Interface
bt747.sys.interfaces.BT747InputStream

Packages that use BT747InputStream
bt747.sys   
bt747.sys.interfaces   
net.sf.bt747.gps.mtk.agps   
net.sf.bt747.j2se.system   
net.sf.bt747.waba.system   
 

Uses of BT747InputStream in bt747.sys
 

Classes in bt747.sys that implement BT747InputStream
 class ByteDataStream
           
 class RAFile
           
 

Uses of BT747InputStream in bt747.sys.interfaces
 

Subinterfaces of BT747InputStream in bt747.sys.interfaces
 interface BT747File
          Defines the interface needed for the system translation functions.
 interface BT747RAFile
          Defines the interface for a Random Access File.
 

Uses of BT747InputStream in net.sf.bt747.gps.mtk.agps
 

Methods in net.sf.bt747.gps.mtk.agps that return BT747InputStream
 BT747InputStream AgpsModel.getInputStream()
           
 

Methods in net.sf.bt747.gps.mtk.agps with parameters of type BT747InputStream
 void AgpsUploadHandler.setAgpsData(BT747InputStream is)
          Sets the data stream to fetch the AGPS data from.
 

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

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

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

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