Searched refs:readBytesBlocking (Results 1 – 1 of 1) sorted by relevance
124 byte[] preambleBuffer = readBytesBlocking(4); in readNextOuterMessage()128 byte[] messageBuffer = readBytesBlocking(messageLen); in readNextOuterMessage()181 private byte[] readBytesBlocking(int numBytes) throws IOException { in readBytesBlocking() method in ProtobufWireAdapter