930931932933934935936937938
} try { return BinaryDelta.getResultSize(getDeltaHeader(curs, deltaAt)); } catch (DataFormatException e) { throw new CorruptObjectException(MessageFormat.format(JGitText .get().objectAtHasBadZlibStream, pos, getPackFile())); } }