Searched defs:readFully (Results 1 - 22 of 22) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DChannelHelper.java30 public static ByteBuffer readFully(final ReadableByteChannel channel, long size) throws IOException { method in class:ChannelHelper
38 readFully(channel, buf, buf.limit());
48 public static void readFully(final ReadableByteChannel channel, final ByteBuffer buf) method in class:ChannelHelper
50 readFully(channel, buf, buf.remaining());
53 public static int readFully(final ReadableByteChannel channel, final ByteBuffer buf, final int length) method in class:ChannelHelper
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DStreams.java37 public static int readFully(InputStream inStr, byte[] buf) method in class:Streams
40 return readFully(inStr, buf, 0, buf.length);
43 public static int readFully(InputStream inStr, byte[] buf, int off, int len) method in class:Streams
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1InputStream.java115 protected void readFully( method in class:ASN1InputStream
119 if (Streams.readFully(this, bytes) != bytes.length)
384 Streams.readFully(defIn, buf);
/external/guava/guava/src/com/google/common/io/
H A DByteArrayDataInput.java32 @Override void readFully(byte b[]); method in interface:ByteArrayDataInput
33 @Override void readFully(byte b[], int off, int len); method in interface:ByteArrayDataInput
H A DLittleEndianDataInputStream.java65 public void readFully(byte[] b) throws IOException { method in class:LittleEndianDataInputStream
66 ByteStreams.readFully(this, b);
70 public void readFully(byte[] b, int off, int len) throws IOException { method in class:LittleEndianDataInputStream
71 ByteStreams.readFully(this, b, off, len);
H A DByteStreams.java291 @Override public void readFully(byte b[]) { method in class:ByteStreams.ByteArrayDataInputStream
293 input.readFully(b);
299 @Override public void readFully(byte b[], int off, int len) { method in class:ByteStreams.ByteArrayDataInputStream
301 input.readFully(b, off, len);
632 * with the same behavior as {@link DataInput#readFully(byte[])}.
641 public static void readFully(InputStream in, byte[] b) throws IOException { method in class:ByteStreams
642 readFully(in, b, 0, b.length);
648 * {@link DataInput#readFully(byte[], int, int)}. Does not close the
659 public static void readFully(InputStream in, byte[] b, int off, int len) method in class:ByteStreams
/external/proguard/src/proguard/classfile/io/
H A DRuntimeDataInput.java104 public void readFully(byte[] b) method in class:RuntimeDataInput
108 dataInput.readFully(b);
116 public void readFully(byte[] b, int off, int len) method in class:RuntimeDataInput
120 dataInput.readFully(b, off, len);
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DLittleEndien.java131 public void readFully(byte b[]) throws IOException { method in class:LittleEndien
135 public void readFully(byte b[], int off, int len) throws IOException { method in class:LittleEndien
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoader.java266 readFully (in, baos, buf.m_buf);
391 private static void readFully (final InputStream in, final ByteArrayOStream out, final byte [] buf) method in class:InstrClassLoader
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java200 public static void readFully(InputStream in, byte[] dst) throws IOException { method in class:Util
201 readFully(in, dst, 0, dst.length);
208 * Used to implement {@link java.io.DataInputStream#readFully(byte[], int, int)}.
210 public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) method in class:Util
233 public static String readFully(Reader reader) throws IOException { method in class:Util
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DDataInputStreamTest.java130 * @tests java.io.DataInputStream#readFully(byte[])
137 dis.readFully(rbytes);
143 * @tests java.io.DataInputStream#readFully(byte[], int, int)
150 dis.readFully(rbytes, 0, fileString.length());
156 * @tests java.io.DataInputStream#readFully(byte[], int, int)
165 is.readFully(byteArray, -1, -1);
172 is.readFully(byteArray, 0, -1);
179 is.readFully(byteArray, 1, -1);
185 is.readFully(byteArray, -1, 0);
186 is.readFully(byteArra
486 public void readFully(byte[] buffer) throws IOException { method in class:DataInputStreamTest.TestDataInputStream
489 public void readFully(byte[] buffer, int offset, int count) method in class:DataInputStreamTest.TestDataInputStream
[all...]
/external/emma/lib/internal/
H A Dstamptool.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/util/ com/vladium/util/version/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 466 milliseconds