if ((owner == 1 ) || (owner == 2) || (owner == 4))
{
// C: Unfortunately, PathResolver itself is not a complete solution. For each type
// of VirtualFile, there must be a mechanism to recognize the name format and
// construct an appropriate VirtualFile instance.
pathRoot = resolver.resolve((String) pool[readU32(in)]);
}
boolean isInternal = (readU8(in) == 1);
boolean isRoot = (readU8(in) == 1);
boolean isDebuggable = (readU8(in) == 1);