目录
this_class , super_name, interfaces
class 文件结构
u1 表示 1 字节无符号
u2 表示 2 字节无符号
u4 表示 4 字节无符号
官方文档 Chapter 4. The class File Format
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
ClassFile { u4 magic; u2 minor_version; u2 major_version; u2 constant_pool_count; cp_info constant_pool |