in.skip(8);
for (int i = 0; i != 2; ++i)
if ((in.readShort() & 0x0080) != 0)
- throw new ZipException("bug #99695860 [" + thiz.getName() + "]");
+ throw new ZipException("bug #9695860 [" + thiz.getName() + "]");
in.skip(16);
for (int i = 0; i != 3; ++i)
if ((in.readShort() & 0x0080) != 0)
- throw new ZipException("bug #99695860 [" + thiz.getName() + "]");
+ throw new ZipException("bug #9695860 [" + thiz.getName() + "]");
return null;
}
raf.skipBytes(6);
if ((raf.readShort() & 0x0080) != 0)
- throw new ZipException("bug #99695860 [" + thiz.getName() + "]");
+ throw new ZipException("bug #9695860 [" + thiz.getName() + "]");
raf.skipBytes(20);
if ((raf.readShort() & 0x0080) != 0)
- throw new ZipException("bug #99695860 [" + thiz.getName() + "]");
+ throw new ZipException("bug #9695860 [" + thiz.getName() + "]");
}
return invoke(thiz, args);