cc.squirreljme.vm
- DataContainerLibrary: Represents a plain data container for detected types which are not JARs or SQCs.
- DirectoryClassLibrary: This is a class library which is used directly on a directory on the disk.
- InMemoryClassLibrary: This represents a class library which has been read into memory.
- JarClassLibrary: A class library which is backed by a JAR file on the disk.
- NameOverrideClassLibrary : This is just a {@link VMClassLibrary} which can have its name be overridden, in the event that this is needed.
- PreAddressedClassLibrary : This is a class library that is pre-addressed at a fixed location.
- ResourceBasedClassLibrary : This is a class library resource which is based on class resources.
- SummerCoatJarLibrary: Jar Library for SummerCoat.
- VMClassLibrary: This class represents a class library which represents a single JAR file whether it exists on the disk or is virtually provided.
- VMClassLibraryStreamEntry : Provides access to a class library entry.
- VMClassLibraryStreamReader : Stream reader for any class library, could be used with the AOT framework.