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

java.lang.Object
  extended by cpw.mods.fml.common.asm.transformers.MCPMerger

public class MCPMerger
extends Object


Constructor Summary
MCPMerger()
           
 
Method Summary
static byte[] getClassBytes(String name)
           
static void main(String[] args)
           
static byte[] processClass(byte[] cIn, byte[] sIn, cpw.mods.fml.common.asm.transformers.MCPMerger.ClassInfo info)
           
static void processJar(File clientInFile, File serverInFile, File clientOutFile, File serverOutFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCPMerger

public MCPMerger()
Method Detail

main

public static void main(String[] args)

processJar

public static void processJar(File clientInFile,
                              File serverInFile,
                              File clientOutFile,
                              File serverOutFile)
                       throws IOException
Throws:
IOException

processClass

public static byte[] processClass(byte[] cIn,
                                  byte[] sIn,
                                  cpw.mods.fml.common.asm.transformers.MCPMerger.ClassInfo info)

getClassBytes

public static byte[] getClassBytes(String name)
                            throws IOException
Throws:
IOException