Searched refs:readInputStreamFully (Results 1 – 3 of 3) sorted by relevance
30 return FileUtils.readInputStreamFully(input); in getTestPhotoData()
102 byte[] actualBytes = FileUtils.readInputStreamFully(photoStream); in assertPhotoStream()
149 public static byte[] readInputStreamFully(InputStream is) { in readInputStreamFully() method in FileUtils