cpw.mods.fml.common.asm.transformers
Class MarkerTransformer

java.lang.Object
  extended by cpw.mods.fml.common.asm.transformers.MarkerTransformer
All Implemented Interfaces:
IClassTransformer

public class MarkerTransformer
extends Object
implements IClassTransformer


Constructor Summary
MarkerTransformer()
           
 
Method Summary
static void main(String[] args)
           
 byte[] transform(String name, byte[] bytes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerTransformer

public MarkerTransformer()
                  throws IOException
Throws:
IOException
Method Detail

transform

public byte[] transform(String name,
                        byte[] bytes)
Specified by:
transform in interface IClassTransformer

main

public static void main(String[] args)