Home
last modified time | relevance | path

Searched defs:readFully (Results 1 – 9 of 9) 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.java32 @Override void readFully(byte b[]); in readFully() method
33 @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
/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/bcprov/src/main/java/org/bouncycastle/util/io/
DStreams.java37 public static int readFully(InputStream inStr, byte[] buf) in readFully() method in Streams
43 public static int readFully(InputStream inStr, byte[] buf, int off, int len) in readFully() method in Streams
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DUtil.java180 public static void readFully(InputStream in, byte[] dst) throws IOException { in readFully() method in Util
190 public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) in readFully() method in Util
213 public static OkBuffer readFully(Source source) throws IOException { in readFully() method in Util
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
DGetExample.java31 byte[] readFully(InputStream in) throws IOException { in readFully() method in GetExample
/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