final List<VariableInformation> vars = new LinkedList<>();
String moduleName = null;
String src = null;
String[] annotations = null;
while ((tlv = readTLV(ModelTypes.date)) != null) {
final ModelTypes type = (ModelTypes) tlv.type;
final ExecutableInputStream ex = new ExecutableInputStream(new ByteArrayInputStream(tlv.value));
switch (type) {
case date:
if (verbose) {
final long readDate = ex.readLong();