1#
2# sample small-but-valid classfile
3#
4
5cafe babe  # magic
60000       # minor_version
7002e       # major_version
80009       # constant_pool_count
9
10#
11# constant_pool
12#
1301 0005 "Small"            # 0001: utf8["Small"]
1401 0010 "java/lang/Object" # 0002: utf8["java/lang/Object"]
1507 0001                    # 0003: class[Small]
1607 0002                    # 0004: class[java/lang/Object]
1701 000f "EnclosingMethod"  # 0005: utf8["EnclosingMethod"]
1801 0004 "zorp"             # 0006: utf8["zorp"]
1901 0003 "()V"              # 0007: utf8["()V"]
200c 0006 0007               # 0008: nat[zorp:()V]
21
220021  # access_flags
230003  # this_class
240004  # super_class
250000  # interfaces_count
260000  # fields_count
270000  # methods_count
28
290001  # attributes_count
30
31# attribute[0]
320005      # name
3300000004  # length
340003      # class
350008      # method
36