Searched refs:appendByte (Results 1 – 8 of 8) sorted by relevance
75 result.appendByte((byte) (normalizedValue)); in encodeNormalizedSmallConstrainedWholeNumber()78 result.appendByte((byte) ((normalizedValue & 0xFF00) >>> 8)); in encodeNormalizedSmallConstrainedWholeNumber()79 result.appendByte((byte) (normalizedValue & 0x00FF)); in encodeNormalizedSmallConstrainedWholeNumber()175 value.appendByte(aByte); in encodeConstrainedLengthOfBytes()214 result.appendByte(b); in encodeSemiConstrainedLengthOfBytes()287 result.appendByte((byte) (value & 0xFF)); in encodeSemiConstrainedLength()
135 value.appendByte(aByte); in encodeConstrainedLengthOfBytes()171 result.appendByte(b); in encodeSemiConstrainedLengthOfBytes()223 result.appendByte((byte) (value & 0xFF)); in encodeSemiConstrainedLength()
138 result.appendByte((byte) ((codepoint & 0xFF00) >> 8)); in encodeCharactersPer()139 result.appendByte((byte) (codepoint & 0xFF)); in encodeCharactersPer()
31 bitStream.appendByte(bytes[i]); in append()
53 public void appendByte(byte data) { in appendByte() method in BitStream
90 result.appendByte(b); in encodePerImpl()
98 result.appendByte(value[i]); in encodePerImpl()
180 result.appendByte(b); in encodeValueCharacters()