Searched refs:readRawBytes (Results 1 – 2 of 2) sorted by relevance
472 value = readRawBytes(len); in readBytes()704 private byte[] readRawBytes(int n) throws IOException { in readRawBytes() method757 return new String(readRawBytes(n), 0, n, StandardCharsets.UTF_8); in readRawString()
23713 HSPLcom/android/internal/telephony/protobuf/nano/CodedInputByteBufferNano;->readRawBytes(I)[B