Searched refs:currentByteIndex (Results 1 – 1 of 1) sorted by relevance
330 int currentByteIndex = byteOffset + 1; in putInt() local332 data[currentByteIndex++] = (byte) (value >>> (remainingBitsToRead - 8)); in putInt()336 data[currentByteIndex] = in putInt()337 (byte) (data[currentByteIndex] & ((1 << lastByteRightPaddingSize) - 1)); in putInt()339 data[currentByteIndex] = in putInt()340 (byte) (data[currentByteIndex] | (lastByteInput << lastByteRightPaddingSize)); in putInt()