Searched refs:longInt (Results 1 – 1 of 1) sorted by relevance
254 protected void appendLongInteger(final long longInt) { in appendLongInteger() argument265 long temp = longInt; in appendLongInteger()280 append((int) ((longInt >>> shift) & 0xff)); in appendLongInteger()