Searched refs:readInputStreamFully (Results 1 – 3 of 3) sorted by relevance
70 out = new String(FileUtils.readInputStreamFully(fis)).strip(); in runShellCommandRwe()73 err = new String(FileUtils.readInputStreamFully(fis)).strip(); in runShellCommandRwe()
94 byte[] content = readInputStreamFully(is); in loadPhotoFromResource()101 protected byte[] readInputStreamFully(InputStream is) { in readInputStreamFully() method in PhotoLoadingTestCase
136 byte[] actualStoredVersion = readInputStreamFully(new FileInputStream(storedFile)); in runStorageTestForResource()