com.vwp.sound.mod.modplay.loader
Class ITLoader

java.lang.Object
  extended by com.vwp.sound.mod.modplay.loader.ModuleLoader
      extended by com.vwp.sound.mod.modplay.loader.ITLoader

public class ITLoader
extends ModuleLoader


Field Summary
 
Fields inherited from class com.vwp.sound.mod.modplay.loader.ModuleLoader
EXT_IT, EXT_MOD, EXT_S3M, EXT_STM, EXT_XM, EXT_ZIP, IT, MOD, S3M, STM, UNKNOWN, XM, ZIP
 
Constructor Summary
ITLoader(java.lang.String name, byte[] data)
           
 
Method Summary
 Module getModule()
           
 
Methods inherited from class com.vwp.sound.mod.modplay.loader.ModuleLoader
getData, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITLoader

public ITLoader(java.lang.String name,
                byte[] data)
         throws java.io.IOException,
                InvalidFormatException
Throws:
java.io.IOException
InvalidFormatException
Method Detail

getModule

public Module getModule()
Specified by:
getModule in class ModuleLoader
Returns:
the module loaded by a module loader.