FastInstruction[] instructions = new FastInstruction[0];
int[] intDeps = new int[0];
String process = null;
while ((tlv = readTLV(FrameTypes.constants)) != null) {
final ExecutableInputStream ex = new ExecutableInputStream(new ByteArrayInputStream(tlv.value));
final FrameTypes type = (FrameTypes) tlv.type;
switch (type) {
case constants:
final String[] strings = ex.readStringArray();
consts = new BigInteger[strings.length];
for (int i = 0; i < strings.length; i++) {