Searched refs:readFileAsByteArray (Results 1 – 4 of 4) sorted by relevance
223 public static byte[] readFileAsByteArray(String absolutePath) throws IOException { in readFileAsByteArray() method in IoUtils
151 String fileContents = new String(IoUtils.readFileAsByteArray( in testRedirectFile_output()165 String fileContents = new String(IoUtils.readFileAsByteArray(file.getAbsolutePath())); in testRedirectFile_error()
769 byte[] actual = IoUtils.readFileAsByteArray(file.getAbsolutePath()); in assertFileContents()
1126 …method @dalvik.annotation.compat.UnsupportedAppUsage public static byte[] readFileAsByteArray(Stri…