Searched refs:read8Bit (Results 1 – 2 of 2) sorted by relevance
98 int header = unmarshal.read8Bit(); in readMessage()365 if (unmarshal.read8Bit() != (HEADER_MUSTREPLY | HEADER_SYNCHRONOUS)) in readLongRequest()373 ? unmarshal.read16Bit() : unmarshal.read8Bit(); in readLongRequest()392 ? ((header & HEADER_FUNCTIONID) << 8) | unmarshal.read8Bit() in readShortRequest()
50 public int read8Bit() { in read8Bit() method in Unmarshal109 int b = read8Bit(); in readType()451 int number = read8Bit(); in readCompressedNumber()
Completed in 32 milliseconds