/aosp_15_r20/libcore/luni/src/main/java/libcore/io/ |
H A D | Streams.java | 97 public static void readFully(@NonNull InputStream in, @NonNull byte[] dst) throws IOException { in readFully() method in Streams 109 …public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) throws IOExcep… in readFully() method in Streams 142 public static @NonNull byte[] readFully(@NonNull InputStream in) throws IOException { in readFully() method in Streams 181 public static @NonNull String readFully(@NonNull Reader reader) throws IOException { in readFully() method in Streams
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | BufferedSource.kt | 287 fun readFully(sink: ByteArray) method 299 fun readFully(sink: Buffer, byteCount: Long) method
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
H A 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
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
H A 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
|
/aosp_15_r20/external/guava/guava/src/com/google/common/io/ |
H A D | ByteStreams.java | 341 public void readFully(byte b[]) { in readFully() method in ByteStreams.ByteArrayDataInputStream 350 public void readFully(byte b[], int off, int len) { in readFully() method in ByteStreams.ByteArrayDataInputStream 785 public static void readFully(InputStream in, byte[] b) throws IOException { in readFully() method in ByteStreams 801 public static void readFully(InputStream in, byte[] b, int off, int len) throws IOException { in readFully() method in ByteStreams
|
H A D | ByteArrayDataInput.java | 41 void readFully(byte b[]); in readFully() method 44 void readFully(byte b[], int off, int len); in readFully() method
|
H A D | LittleEndianDataInputStream.java | 65 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
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/ |
H A D | ByteStreams.java | 341 public void readFully(byte b[]) { in readFully() method in ByteStreams.ByteArrayDataInputStream 350 public void readFully(byte b[], int off, int len) { in readFully() method in ByteStreams.ByteArrayDataInputStream 785 public static void readFully(InputStream in, byte[] b) throws IOException { in readFully() method in ByteStreams 801 public static void readFully(InputStream in, byte[] b, int off, int len) throws IOException { in readFully() method in ByteStreams
|
H A D | ByteArrayDataInput.java | 41 void readFully(byte b[]); in readFully() method 44 void readFully(byte b[], int off, int len); in readFully() method
|
H A D | LittleEndianDataInputStream.java | 65 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
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/ |
H A D | ObjectInputStream.java | 155 public void readFully(byte[] buf) throws java.io.IOException { in readFully() method in ObjectInputStream 159 public void readFully(byte[] buf, int off, int len) throws java.io.IOException { in readFully() method in ObjectInputStream 404 public void readFully(byte[] b) throws java.io.IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 408 public void readFully(byte[] b, int off, int len) throws java.io.IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 412 public void readFully(byte[] b, int off, int len, boolean copy) throws java.io.IOException { in readFully() method in ObjectInputStream.BlockDataInputStream 810 void readFully(byte[] b, int off, int len) throws java.io.IOException { in readFully() method in ObjectInputStream.PeekInputStream
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/ |
D | DataInput.java | 200 void readFully(byte b[]) throws IOException; in readFully() method 250 void readFully(byte b[], int off, int len) throws IOException; in readFully() method
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/ |
H A D | DataInput.java | 200 void readFully(byte b[]) throws IOException; in readFully() method 250 void readFully(byte b[], int off, int len) throws IOException; in readFully() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/ |
D | DataInput.java | 200 void readFully(byte b[]) throws IOException; in readFully() method 250 void readFully(byte b[], int off, int len) throws IOException; in readFully() method
|
/aosp_15_r20/packages/modules/adb/fastdeploy/deployagent/src/com/android/fastdeploy/ |
D | PatchUtils.java | 49 static void readFully(final InputStream in, final byte[] destination, final int startAt, in readFully() method in PatchUtils 61 static void readFully(final InputStream in, final byte[] destination) throws IOException { in readFully() method in PatchUtils
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
H A D | SwappedDataInputStream.java | 114 public void readFully(final byte[] data) throws IOException, EOFException { in readFully() method in SwappedDataInputStream 128 …public void readFully(final byte[] data, final int offset, final int length) throws IOException, E… in readFully() method in SwappedDataInputStream
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/testsupport/ |
H A D | MockDataInput.java | 22 public void readFully(byte[] b) throws IOException { in readFully() method in MockDataInput 27 public void readFully(byte[] b, int off, int len) throws IOException { in readFully() method in MockDataInput
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/io/ |
H A 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
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
H A 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
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/ |
H A 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
|
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/ |
H A D | BufferedSource.kt | 59 actual fun readFully(sink: ByteArray) method 63 actual fun readFully(sink: Buffer, byteCount: Long) method
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
H A 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
|
H A D | ForwardingExtractorInput.java | 35 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() method in ForwardingExtractorInput 41 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully() method in ForwardingExtractorInput
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
H A 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
|
H A D | ForwardingExtractorInput.java | 35 public boolean readFully(byte[] target, int offset, int length, boolean allowEndOfInput) in readFully() method in ForwardingExtractorInput 41 public void readFully(byte[] target, int offset, int length) throws IOException { in readFully() method in ForwardingExtractorInput
|