Searched defs:readFully (Results 1 – 7 of 7) sorted by relevance
175 public byte[] readFully() throws IOException { in readFully() method in AtomicFile
150 public byte[] readFully() throws IOException { in readFully() method in AtomicFile
157 private boolean readFully(byte[] buffer, int len) { in readFully() method in InstallerConnection
716 public static byte[] readFully(FileInputStream stream) throws java.io.IOException { in readFully() method in BatteryStatsHelper720 public static byte[] readFully(FileInputStream stream, int avail) throws java.io.IOException { in readFully() method in BatteryStatsHelper
220 public byte[] readFully() throws IOException { in readFully() method in AtomicFile
2343 public void readFully(byte[] buffer) throws IOException { in readFully() method in ExifInterface.ByteOrderAwarenessDataInputStream
1648 static byte[] readFully(InputStream stream, int[] outLen) throws IOException { in readFully() method in ProcessStats