classUtils.loaders
Class ByteCodeLoader

java.lang.Object
  extended by classUtils.loaders.ByteCodeLoader

public class ByteCodeLoader
extends java.lang.Object


Constructor Summary
ByteCodeLoader()
           
 
Method Summary
static byte[] getByteCode(java.lang.Class c)
           
static byte[] getByteCode(java.lang.ClassLoader cl, java.lang.String name)
           
static byte[] getByteCode(java.lang.String name)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteCodeLoader

public ByteCodeLoader()
Method Detail

getByteCode

public static byte[] getByteCode(java.lang.Class c)
                          throws java.io.IOException
Throws:
java.io.IOException

getByteCode

public static byte[] getByteCode(java.lang.String name)
                          throws java.io.IOException
Throws:
java.io.IOException

getByteCode

public static byte[] getByteCode(java.lang.ClassLoader cl,
                                 java.lang.String name)
                          throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException