Searched refs:readFileAsByteArray (Results 1 – 4 of 4) sorted by relevance
227 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()
962 method public static byte[] readFileAsByteArray(String) throws java.io.IOException;