Searched defs:readByteArray (Results 1 - 23 of 23) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSource.java104 byte[] readByteArray() throws IOException; method in interface:BufferedSource
107 byte[] readByteArray(long byteCount) throws IOException; method in interface:BufferedSource
H A DRealBufferedSource.java91 @Override public byte[] readByteArray() throws IOException { method in class:RealBufferedSource
93 return buffer.readByteArray();
96 @Override public byte[] readByteArray(long byteCount) throws IOException { method in class:RealBufferedSource
98 return buffer.readByteArray(byteCount);
H A DBuffer.java525 return new ByteString(readByteArray());
529 return new ByteString(readByteArray(byteCount));
579 return new String(readByteArray(byteCount), charset);
705 @Override public byte[] readByteArray() { method in class:Buffer
707 return readByteArray(size);
713 @Override public byte[] readByteArray(long byteCount) throws EOFException { method in class:Buffer
/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferedSourceTest.java279 byte[] expected = data.clone().readByteArray();
349 @Test public void readByteArray() throws IOException { method in class:BufferedSourceTest
352 assertByteArraysEquals(string.getBytes(UTF_8), source.readByteArray());
357 assertEquals("[97, 98, 99]", Arrays.toString(source.readByteArray(3)));
/external/skia/src/core/
H A DSkValidatingReadBuffer.cpp213 bool SkValidatingReadBuffer::readByteArray(void* value, size_t size) { function in class:SkValidatingReadBuffer
H A DSkReadBuffer.cpp197 bool SkReadBuffer::readByteArray(void* value, size_t size) { function in class:SkReadBuffer
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java524 public byte[] readByteArray() throws IOException { method in class:CodedInputStream
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java386 public void readByteArray(byte[] val) { method in class:ShadowParcel
/external/dexmaker/lib/
H A Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 822 milliseconds