Package com.prineside.luaj
Interface Globals.Undumper
- All Known Implementing Classes:
 LoadState.GlobalsUndumper
- Enclosing class:
 - Globals
 
public static interface Globals.Undumper
Interface for module that loads lua binary chunk into a prototype.
- 
Method Summary
Modifier and TypeMethodDescriptionundump(InputStream stream, String chunkname) Load the supplied input stream into a prototype. 
- 
Method Details
- 
undump
Load the supplied input stream into a prototype.- Throws:
 IOException
 
 -