Searched refs:readFully (Results 1 – 5 of 5) sorted by relevance
58 public static byte[] readFully(File file) throws IOException { in readFully() method in Utils
365 f.readFully(iv); in read()366 f.readFully(mac); in read()
23 import static com.example.android.vault.Utils.readFully;186 final byte[] wrapped = readFully(keyFile); in loadOrGenerateKeys()
100 in.readFully(bytes); in run()
194 public static String readFully(Reader reader) throws IOException { in readFully() method in DiskLruCache724 return readFully(new InputStreamReader(in, UTF_8)); in inputStreamToString()