Searched refs:readFileAsByteArray (Results 1 – 4 of 4) sorted by relevance
62 return setTzDataFile(readFileAsByteArray(tzDataFile)); in setTzDataFile()77 return setIcuDataFile(readFileAsByteArray(icuDataFile)); in setIcuDataFile()158 private static byte[] readFileAsByteArray(File file) throws IOException { in readFileAsByteArray() method in TimeZoneDistroBuilder174 return new String(readFileAsByteArray(file), StandardCharsets.UTF_8); in readFileAsUtf8()
106 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()
565 byte[] actualBytes = IoUtils.readFileAsByteArray(actual.getPath()); in assertContentsMatches()