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

/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java127 public byte[] readFully() throws IOException { method in class:AtomicFile
H A DBatteryStatsImpl.java3095 static byte[] readFully(FileInputStream stream) throws java.io.IOException { method in class:BatteryStatsImpl
3133 byte[] raw = readFully(stream);
/frameworks/base/awt/javax/imageio/stream/
H A DImageInputStream.java235 void readFully(byte[] b, int off, int len) throws IOException; method in interface:ImageInputStream
246 void readFully(byte[] b) throws IOException; method in interface:ImageInputStream
261 void readFully(short[] s, int off, int len) throws IOException; method in interface:ImageInputStream
276 void readFully(char[] c, int off, int len) throws IOException; method in interface:ImageInputStream
291 void readFully(int[] i, int off, int len) throws IOException; method in interface:ImageInputStream
306 void readFully(long[] l, int off, int len) throws IOException; method in interface:ImageInputStream
321 void readFully(float[] f, int off, int len) throws IOException; method in interface:ImageInputStream
336 void readFully(double[] d, int off, int len) throws IOException; method in interface:ImageInputStream
H A DImageInputStreamImpl.java194 public void readFully(byte[] b, int off, int len) throws IOException { method in class:ImageInputStreamImpl
199 public void readFully(byte[] b) throws IOException { method in class:ImageInputStreamImpl
200 readFully(b, 0, b.length);
203 public void readFully(short[] s, int off, int len) throws IOException { method in class:ImageInputStreamImpl
208 public void readFully(char[] c, int off, int len) throws IOException { method in class:ImageInputStreamImpl
213 public void readFully(int[] i, int off, int len) throws IOException { method in class:ImageInputStreamImpl
218 public void readFully(long[] l, int off, int len) throws IOException { method in class:ImageInputStreamImpl
223 public void readFully(float[] f, int off, int len) throws IOException { method in class:ImageInputStreamImpl
228 public void readFully(double[] d, int off, int len) throws IOException { method in class:ImageInputStreamImpl
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java274 byte[] raw = readFully(stream);
606 static byte[] readFully(FileInputStream stream) throws java.io.IOException { method in class:UsageStatsService

Completed in 76 milliseconds