Searched defs:readFully (Results 1 – 6 of 6) sorted by relevance
175 public byte[] readFully() throws IOException { in readFully() method in AtomicFile
220 public byte[] readFully() throws IOException { in readFully() method in AtomicFile
150 public byte[] readFully() throws IOException { in readFully() method in AtomicFile
167 private boolean readFully(byte[] buffer, int len) { in readFully() method in InstallerConnection
938 public static byte[] readFully(FileInputStream stream) throws java.io.IOException { in readFully() method in BatteryStatsHelper942 public static byte[] readFully(FileInputStream stream, int avail) throws java.io.IOException { in readFully() method in BatteryStatsHelper
1681 static byte[] readFully(InputStream stream, int[] outLen) throws IOException { in readFully() method in ProcessStats