A representation of the on-disk format of a bytecode file.
Contains methods to read and write .class files at a
very low-level.
Rather awkward to manipulate. No method code representation except
a byte-array of java bytecodes.
Use harpoon.IR.Bytecode for analysis at the bytecode level.
@author C. Scott Ananian