Hello,
We (Corda) have a requirement where we need to check the class file version we are reading. We are already using ClassGraph but unfortunately ClassGraph swallows the major and minor version number when it creates a ClassFile. Instead could this be stored and made accessible in ClassInfo? It would save us having to reread the class header.
Thanks,
Hello,
We (Corda) have a requirement where we need to check the class file version we are reading. We are already using ClassGraph but unfortunately ClassGraph swallows the major and minor version number when it creates a ClassFile. Instead could this be stored and made accessible in ClassInfo? It would save us having to reread the class header.
Thanks,