- classRep
- the memory image of a class file.
- offset
- the offset into classRep.
- length
- the length of the class file.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.ClassFormatError if classRep does not contain a valid class. Java.Lang.IndexOutOfBoundsException if offset , length or if offset + length is greater than the length of classRep.
Constructs a new class from an array of bytes containing a class definition in class file format.