Searched refs:readInputStreamFully (Results 1 – 2 of 2) sorted by relevance
93 byte[] content = readInputStreamFully(is); in loadPhotoFromResource()100 protected byte[] readInputStreamFully(InputStream is) { in readInputStreamFully() method in PhotoLoadingTestCase
135 byte[] actualStoredVersion = readInputStreamFully(new FileInputStream(storedFile)); in runStorageTestForResource()