Searched refs:adjustToLong (Results 1 – 2 of 2) sorted by relevance
68 ZipUtil.adjustToLong(Integer.MAX_VALUE)); in testAdjustToLong()70 ZipUtil.adjustToLong(Integer.MAX_VALUE + 1)); in testAdjustToLong()72 ZipUtil.adjustToLong(2 * Integer.MAX_VALUE)); in testAdjustToLong()
99 public static long adjustToLong(final int i) { in adjustToLong() method in ZipUtil158 l = ZipUtil.adjustToLong((int) l); in longToBig()