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

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

public class S3MLoader
extends ModuleLoader

Author:
torkjel

Field Summary
 Module module
           
 
Fields inherited from class com.vwp.sound.mod.modplay.loader.ModuleLoader
IT, MOD, S3M, STM, UNKNOWN, XM, ZIP
 
Constructor Summary
S3MLoader(String name, byte[] data)
           
 
Method Summary
 Module getModule()
           
static String parseTrackerVersion(int version)
           
 
Methods inherited from class com.vwp.sound.mod.modplay.loader.ModuleLoader
getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader, getModuleLoader
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public Module module
Constructor Detail

S3MLoader

public S3MLoader(String name,
                 byte[] data)
          throws InvalidFormatException,
                 IOException
Throws:
InvalidFormatException
IOException
Method Detail

getModule

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

parseTrackerVersion

public static String parseTrackerVersion(int version)