/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | ChannelHelper.java | 30 …public static ByteBuffer readFully(final ReadableByteChannel channel, long size) throws IOExceptio… in readFully() method in ChannelHelper 48 public static void readFully(final ReadableByteChannel channel, final ByteBuffer buf) in readFully() method in ChannelHelper 53 …public static int readFully(final ReadableByteChannel channel, final ByteBuffer buf, final int len… in readFully() method in ChannelHelper
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
D | IOUtils.java | 141 public static int readFully(final InputStream input, final byte[] b) throws IOException { in readFully() method in IOUtils 161 …public static int readFully(final InputStream input, final byte[] b, final int offset, final int l… in readFully() method in IOUtils 191 public static void readFully(ReadableByteChannel channel, ByteBuffer b) throws IOException { in readFully() method in IOUtils
|
/external/guava/guava/src/com/google/common/io/ |
D | ByteArrayDataInput.java | 37 void readFully(byte b[]); in readFully() method 40 void readFully(byte b[], int off, int len); in readFully() method
|
D | LittleEndianDataInputStream.java | 62 public void readFully(byte[] b) throws IOException { in readFully() method in LittleEndianDataInputStream 67 public void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in LittleEndianDataInputStream
|
D | ByteStreams.java | 321 public void readFully(byte b[]) { in readFully() method in ByteStreams.ByteArrayDataInputStream 330 public void readFully(byte b[], int off, int len) { in readFully() method in ByteStreams.ByteArrayDataInputStream 769 public static void readFully(InputStream in, byte[] b) throws IOException { in readFully() method in ByteStreams 786 public static void readFully(InputStream in, byte[] b, int off, int len) throws IOException { in readFully() method in ByteStreams
|
/external/guava/android/guava/src/com/google/common/io/ |
D | ByteArrayDataInput.java | 37 void readFully(byte b[]); in readFully() method 40 void readFully(byte b[], int off, int len); in readFully() method
|
D | LittleEndianDataInputStream.java | 62 public void readFully(byte[] b) throws IOException { in readFully() method in LittleEndianDataInputStream 67 public void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in LittleEndianDataInputStream
|
D | ByteStreams.java | 321 public void readFully(byte b[]) { in readFully() method in ByteStreams.ByteArrayDataInputStream 330 public void readFully(byte b[], int off, int len) { in readFully() method in ByteStreams.ByteArrayDataInputStream 769 public static void readFully(InputStream in, byte[] b) throws IOException { in readFully() method in ByteStreams 786 public static void readFully(InputStream in, byte[] b, int off, int len) throws IOException { in readFully() method in ByteStreams
|
/external/proguard/src/proguard/classfile/io/ |
D | RuntimeDataInput.java | 104 public void readFully(byte[] b) in readFully() method in RuntimeDataInput 116 public void readFully(byte[] b, int off, int len) in readFully() method in RuntimeDataInput
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/ |
D | Streams.java | 72 public static int readFully(InputStream inStr, byte[] buf) in readFully() method in Streams 88 public static int readFully(InputStream inStr, byte[] buf, int off, int len) in readFully() method in Streams
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
D | Streams.java | 70 public static int readFully(InputStream inStr, byte[] buf) in readFully() method in Streams 86 public static int readFully(InputStream inStr, byte[] buf, int off, int len) in readFully() method in Streams
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/ |
D | InputStreams.java | 36 public static byte[] readFully(final InputStream is) throws IOException { in readFully() method in InputStreams
|
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
D | ExtractorInput.java | 101 boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() method 114 void readFully(byte[] target, int offset, int length) throws IOException; in readFully() method
|
D | DefaultExtractorInput.java | 69 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() method in DefaultExtractorInput 80 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully() method in DefaultExtractorInput
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/testing/ |
D | Streams.java | 34 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in Streams
|
/external/conscrypt/testing/src/main/java/org/conscrypt/testing/ |
D | Streams.java | 30 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in Streams
|
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
D | Util.java | 34 static String readFully(Reader reader) throws IOException { in readFully() method in Util
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | BufferedSource.java | 121 void readFully(byte[] sink) throws IOException; in readFully() method 134 void readFully(Buffer sink, long byteCount) throws IOException; in readFully() method
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | BufferedSource.java | 119 void readFully(byte[] sink) throws IOException; in readFully() method 132 void readFully(Buffer sink, long byteCount) throws IOException; in readFully() method
|
D | RealBufferedSource.java | 105 @Override public void readFully(byte[] sink) throws IOException { in readFully() method in RealBufferedSource 133 @Override public void readFully(Buffer sink, long byteCount) throws IOException { in readFully() method in RealBufferedSource
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/ |
D | IOUtilsTest.java | 110 private static void readFully(final byte[] source, ByteBuffer b) throws IOException { in readFully() method in IOUtilsTest
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CharSequenceReaderTest.java | 254 private static String readFully(CharSequenceReader reader) throws IOException { in readFully() method in CharSequenceReaderTest
|
/external/guava/android/guava-tests/test/com/google/common/io/ |
D | CharSequenceReaderTest.java | 254 private static String readFully(CharSequenceReader reader) throws IOException { in readFully() method in CharSequenceReaderTest
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | SocketTimeoutTest.java | 128 private static byte[] readFully(InputStream in, int byteCount) throws IOException { in readFully() method in SocketTimeoutTest
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/ |
D | TapeInputStream.java | 341 private void readFully(final byte[] b, final int off, final int len) in readFully() method
|