Searched refs:lastByteRightPaddingSize (Results 1 – 1 of 1) sorted by relevance
335 int lastByteRightPaddingSize = 8 - remainingBitsToRead; in putInt() local337 (byte) (data[currentByteIndex] & ((1 << lastByteRightPaddingSize) - 1)); in putInt()340 (byte) (data[currentByteIndex] | (lastByteInput << lastByteRightPaddingSize)); in putInt()