Searched refs:readFromFile (Results 1 – 2 of 2) sorted by relevance
39 public static @NonNull byte[] readFromFile(@NonNull File file) throws IOException { in readFromFile() method in IoUtils
151 data = IoUtils.readFromFile(new File(mUri.getPath())); in run()