Home
last modified time | relevance | path

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

/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/guava/guava/src/com/google/common/io/
DByteArrayDataInput.java36 @Override void readFully(byte b[]); in readFully() method
38 @Override void readFully(byte b[], int off, int len); in readFully() method
DLittleEndianDataInputStream.java65 public void readFully(byte[] b) throws IOException { in readFully() method in LittleEndianDataInputStream
70 public void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in LittleEndianDataInputStream
DByteStreams.java212 @Override public void readFully(byte b[]) { in readFully() method in ByteStreams.ByteArrayDataInputStream
220 @Override public void readFully(byte b[], int off, int len) { in readFully() method in ByteStreams.ByteArrayDataInputStream
621 public static void readFully(InputStream in, byte[] b) throws IOException { in readFully() method in ByteStreams
639 public static void readFully( 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/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/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/conscrypt/libcore-stub/src/main/java/libcore/io/
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/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/guava/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
DBufferedSourceTest.java254 @Test public void readFully() throws Exception { in readFully() method in BufferedSourceTest
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
DBsPatch.java256 static void readFully( in readFully() method in BsPatch
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1InputStream.java115 protected void readFully( in readFully() method in ASN1InputStream
/external/emma/core/java12/com/vladium/emma/rt/
DInstrClassLoader.java391 …private static void readFully (final InputStream in, final ByteArrayOStream out, final byte [] buf) in readFully() method in InstrClassLoader
/external/conscrypt/platform/src/test/java/org/conscrypt/
DTrustedCertificateStoreTest.java856 private static byte[] readFully(File file) throws IOException { in readFully() method in TrustedCertificateStoreTest
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketTest.java2836 private static void readFully(InputStream in, byte[] dst) throws IOException { in readFully() method in SSLSocketTest