break;
if (!compareByteArrays(imageResourceBlockSignature, CONST_8BIM))
throw new ImageReadException(
"Invalid Image Resource Block Signature");
int blockType = bis
.read2ByteInteger("Image Resource Block missing type");
if (verbose)
Debug.debug("blockType", blockType + " (0x"
+ Integer.toHexString(blockType) + ")");