Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.chaoswg.xtc4y.classloaders
Class ByteArrayClassLoader  view ByteArrayClassLoader download ByteArrayClassLoader.java

java.lang.Object
  extended byjava.lang.ClassLoader
      extended bycom.chaoswg.xtc4y.classloaders.ByteArrayClassLoader

public class ByteArrayClassLoader
extends java.lang.ClassLoader

This class is simply used to give access to the protected method of a classloader


Nested Class Summary
 
Nested classes inherited from class java.lang.ClassLoader
 
Field Summary
 
Fields inherited from class java.lang.ClassLoader
 
Constructor Summary
ByteArrayClassLoader()
           
 
Method Summary
 java.lang.Class defineClass1(java.lang.String name, byte[] bytes, int start, int length)
           
 
Methods inherited from class java.lang.ClassLoader
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayClassLoader

public ByteArrayClassLoader()
Method Detail

defineClass1

public java.lang.Class defineClass1(java.lang.String name,
                                    byte[] bytes,
                                    int start,
                                    int length)