Uses of Interface
crystalspace.jbind.interfaces.iutil.databuff.iDataBuffer

Packages that use iDataBuffer
crystalspace.jbind.impl.csutil.cache   
crystalspace.jbind.impl.csutil.databuff   
crystalspace.jbind.impl.csutil.vfs   
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.video.fontserv   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.iutil.cache   
crystalspace.jbind.interfaces.iutil.vfs   
crystalspace.jbind.interfaces.ivideo.fontserv   
 

Uses of iDataBuffer in crystalspace.jbind.impl.csutil.cache
 

Methods in crystalspace.jbind.impl.csutil.cache that return iDataBuffer
 iDataBuffer csCacheManager.readCache(java.lang.String type, java.lang.String scope, int id)
           
 

Uses of iDataBuffer in crystalspace.jbind.impl.csutil.databuff
 

Classes in crystalspace.jbind.impl.csutil.databuff that implement iDataBuffer
 class csDataBuffer
           
 

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

Methods in crystalspace.jbind.impl.csutil.vfs that return iDataBuffer
 iDataBuffer csVFS.expandPath(java.lang.String Path, boolean IsDir)
           
 iDataBuffer csVFS.readFile(java.lang.String FileName, boolean nullterm)
           
 iDataBuffer csVFS.getRealPath(java.lang.String FileName)
           
 iDataBuffer csFile.getAllData()
           
 iDataBuffer csFile.getAllData(boolean nullterm)
           
 

Uses of iDataBuffer in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine with parameters of type iDataBuffer
 iMeshFactoryWrapper csEngine.loadMeshFactory(java.lang.String name, java.lang.String loaderClassId, iDataBuffer input)
           
 iMeshWrapper csEngine.loadMeshWrapper(java.lang.String name, java.lang.String loaderClassId, iDataBuffer input, iSector sector, csVector3 pos)
           
 

Uses of iDataBuffer in crystalspace.jbind.impl.video.fontserv
 

Methods in crystalspace.jbind.impl.video.fontserv that return iDataBuffer
 iDataBuffer csFont.getGlyphAlphaBitmap(int c, csBitmapMetrics metrics)
           
 iDataBuffer csFont.getGlyphBitmap(int c, csBitmapMetrics metrics)
           
 

Uses of iDataBuffer in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iDataBuffer
 iMeshFactoryWrapper iEngine.loadMeshFactory(java.lang.String name, java.lang.String loaderClassId, iDataBuffer input)
          Convenience function to load a mesh factory from a given loader plugin.
 iMeshWrapper iEngine.loadMeshWrapper(java.lang.String name, java.lang.String loaderClassId, iDataBuffer input, iSector sector, csVector3 pos)
          Convenience function to load a mesh object from a given loader plugin.
 

Uses of iDataBuffer in crystalspace.jbind.interfaces.iutil.cache
 

Methods in crystalspace.jbind.interfaces.iutil.cache that return iDataBuffer
 iDataBuffer iCacheManager.readCache(java.lang.String type, java.lang.String scope, int id)
          Retrieve some data from the cache.
 

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

Methods in crystalspace.jbind.interfaces.iutil.vfs that return iDataBuffer
 iDataBuffer iFile.getAllData()
          Request whole content of the file as a single data buffer.
 iDataBuffer iFile.getAllData(boolean nullterm)
          Request whole content of the file as a single data buffer.
 iDataBuffer iVFS.expandPath(java.lang.String Path, boolean IsDir)
          Expand given virtual path, interpret all "." and ".."'
 iDataBuffer iVFS.readFile(java.lang.String FileName, boolean nullterm)
          Get an entire file at once.
 iDataBuffer iVFS.getRealPath(java.lang.String FileName)
          Query real-world path from given VFS path.
 

Uses of iDataBuffer in crystalspace.jbind.interfaces.ivideo.fontserv
 

Methods in crystalspace.jbind.interfaces.ivideo.fontserv that return iDataBuffer
 iDataBuffer iFont.getGlyphAlphaBitmap(int c, csBitmapMetrics metrics)
          Return a pointer to a bitmap containing the alpha bitmap for the rendered character.
 iDataBuffer iFont.getGlyphBitmap(int c, csBitmapMetrics metrics)
          Return a pointer to a bitmap containing a rendered character.