Searched defs:readRawBytes (Results 1 – 3 of 3) sorted by relevance
595 public byte[] readRawBytes(final int size) throws IOException { in readRawBytes() method in CodedInputByteBufferNano
508 public abstract byte[] readRawBytes(final int size) throws IOException; in readRawBytes() method in CodedInputStream1242 public byte[] readRawBytes(final int length) throws IOException { in readRawBytes() method in CodedInputStream.ArrayDecoder1953 public byte[] readRawBytes(final int length) throws IOException { in readRawBytes() method in CodedInputStream.UnsafeDirectNioDecoder2816 public byte[] readRawBytes(final int size) throws IOException { in readRawBytes() method in CodedInputStream.StreamDecoder3792 public byte[] readRawBytes(final int length) throws IOException { in readRawBytes() method in CodedInputStream.IterableDirectByteBufferDecoder
663 public byte[] readRawBytes(final int size) throws IOException { in readRawBytes() method in CodedInputStreamMicro