Class Format (13-16)
13-14. The methods field. This contains the number of methods followed by the byte codes for each method in the class, its return type and the types of its arguments. Additional access flags:
- 0x0020 synchronized
- 0x0100 native
- 0x0400 abstract
15-16. The attributes field. This contains where in the constant pool the attributes are. It’s followed by their length.