Home
last modified time | relevance | path

Searched defs:readFully (Results 1 – 25 of 42) sorted by relevance

12

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DChannelHelper.java30 …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/
DIOUtils.java141 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/
DByteArrayDataInput.java37 void readFully(byte b[]); in readFully() method
40 void readFully(byte b[], int off, int len); in readFully() method
DLittleEndianDataInputStream.java62 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
DByteStreams.java321 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/
DByteArrayDataInput.java37 void readFully(byte b[]); in readFully() method
40 void readFully(byte b[], int off, int len); in readFully() method
DLittleEndianDataInputStream.java62 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
DByteStreams.java321 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/
DRuntimeDataInput.java104 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/
DStreams.java72 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/
DStreams.java70 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/
DInputStreams.java36 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/
DExtractorInput.java101 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
DDefaultExtractorInput.java69 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/
DStreams.java34 public static byte[] readFully(InputStream in) throws IOException { in readFully() method in Streams
/external/conscrypt/testing/src/main/java/org/conscrypt/testing/
DStreams.java30 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/
DUtil.java34 static String readFully(Reader reader) throws IOException { in readFully() method in Util
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSource.java121 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/
DBufferedSource.java119 void readFully(byte[] sink) throws IOException; in readFully() method
132 void readFully(Buffer sink, long byteCount) throws IOException; in readFully() method
DRealBufferedSource.java105 @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/
DIOUtilsTest.java110 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/
DCharSequenceReaderTest.java254 private static String readFully(CharSequenceReader reader) throws IOException { in readFully() method in CharSequenceReaderTest
/external/guava/android/guava-tests/test/com/google/common/io/
DCharSequenceReaderTest.java254 private static String readFully(CharSequenceReader reader) throws IOException { in readFully() method in CharSequenceReaderTest
/external/okhttp/okio/okio/src/test/java/okio/
DSocketTimeoutTest.java128 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/
DTapeInputStream.java341 private void readFully(final byte[] b, final int off, final int len) in readFully() method

12