5 The PVM would likely be better just using the FS Jar ClassUnit provider.
9 The `ClassUnitProvider` is best an abstract class so that I can have common
10 functionality declared within it.
14 Methods that match the descriptors of those in `Object` and are final will
15 need to be replaced in definition so that they do not conflict at all. Since
16 all objects extend `Object` this means any method calls performed on the
17 `final` methods that cannot be replaced must be wrapped somehow on load and
22 Only a single JAR gets placed in the class path.
26 What I need now is a class file writer, one that can be given information and
27 byte code and write it to an output array of sorts. Although not going to the
28 disk, the written classes will be used by the `PVMClassLoader` to load the