Uses of Interface
crystalspace.jbind.interfaces.iutil.vfs.iFile

Packages that use iFile
crystalspace.jbind.impl.csutil.vfs   
crystalspace.jbind.interfaces.iutil.vfs   
 

Uses of iFile in crystalspace.jbind.impl.csutil.vfs
 

Classes in crystalspace.jbind.impl.csutil.vfs that implement iFile
 class csFile
           
 

Methods in crystalspace.jbind.impl.csutil.vfs that return iFile
 iFile csVFS.open(java.lang.String FileName, int Mode)
           
 

Uses of iFile in crystalspace.jbind.interfaces.iutil.vfs
 

Methods in crystalspace.jbind.interfaces.iutil.vfs that return iFile
 iFile iVFS.open(java.lang.String FileName, int Mode)
          Replacement for standard fopen().