Var2Data viewVarData = new Var2Data(viewVarMeta, new DocumentInputStream(((DocumentEntry) dir.getEntry("Var2Data"))));
FixedMeta fixedMeta = new FixedMeta(new DocumentInputStream(((DocumentEntry) dir.getEntry("FixedMeta"))), 10);
FixedData fixedData = new FixedData(138, getEncryptableInputStream(dir, "FixedData"));
int items = fixedMeta.getItemCount();
View view;
ViewFactory factory = new ViewFactory14();
int lastOffset = -1;
for (int loop = 0; loop < items; loop++)
{