Searched refs:readFileAsBytes (Results 1 – 2 of 2) sorted by relevance
89 return readFileAsBytes(path).toString("UTF-8"); in readFileAsString()93 private static ByteArrayOutputStream readFileAsBytes(String path) throws IOException { in readFileAsBytes() method in CertBlacklist
7943 + return readFileAsBytes(path).toString("UTF-8");7946 + // Based on IoUtils.readFileAsBytes7947 + private static ByteArrayOutputStream readFileAsBytes(String path) throws IOException {