Package party.iroiro.luajava
Interface ExternalLoader
- All Known Implementing Classes:
ClassPathLoader
public interface ExternalLoader
An external resource loader to load external module file
-
Method Summary
-
Method Details
-
load
Reads an external Lua module file into a direct bufferThis is used internally by
Luaimplementations and should not be called directly.- Parameters:
module- the moduleL- the Lua state requesting the module- Returns:
- a direct buffer containing the module file, with position at zero, limit as the length
-