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