Searched refs:readFileAsByteArray (Results 1 – 6 of 6) sorted by relevance
151 String fileContents = new String(IoUtils.readFileAsByteArray( in testRedirectFile_output()165 String fileContents = new String(IoUtils.readFileAsByteArray(file.getAbsolutePath())); in testRedirectFile_error()
284 …public static @NonNull byte[] readFileAsByteArray(@NonNull String absolutePath) throws IOException… in readFileAsByteArray() method in IoUtils
769 byte[] actual = IoUtils.readFileAsByteArray(file.getAbsolutePath()); in assertFileContents()
574 …method @NonNull public static byte[] readFileAsByteArray(@NonNull String) throws java.io.IOExcepti…