Home
last modified time | relevance | path

Searched defs:readRawBytes (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java595 public byte[] readRawBytes(final int size) throws IOException { in readRawBytes() method in CodedInputByteBufferNano
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java508 public abstract byte[] readRawBytes(final int size) throws IOException; in readRawBytes() method in CodedInputStream
1242 public byte[] readRawBytes(final int length) throws IOException { in readRawBytes() method in CodedInputStream.ArrayDecoder
1953 public byte[] readRawBytes(final int length) throws IOException { in readRawBytes() method in CodedInputStream.UnsafeDirectNioDecoder
2816 public byte[] readRawBytes(final int size) throws IOException { in readRawBytes() method in CodedInputStream.StreamDecoder
3792 public byte[] readRawBytes(final int length) throws IOException { in readRawBytes() method in CodedInputStream.IterableDirectByteBufferDecoder
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java663 public byte[] readRawBytes(final int size) throws IOException { in readRawBytes() method in CodedInputStreamMicro