Description
This Java library can be used to read java class files, modify the contents and write them back to a stream. The parsing has been tested on the entire JDK as well as several other libraries and has not shown any problems.Applications
This library could be used in the following situations.- Dynamic creation of java classes.
- Class obfuscation.
- Class size minimization.
- Dependency checking on a class.