Home
last modified time | relevance | path

Searched refs:read8Bit (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A Durp.java98 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()
H A DUnmarshal.java50 public int read8Bit() { in read8Bit() method in Unmarshal
109 int b = read8Bit(); in readType()
451 int number = read8Bit(); in readCompressedNumber()

Completed in 17 milliseconds