Currently the ImgOpener tool only allows data to be opened from a String or IFormatReader. While it is possible to implement entirely new LocationServices to read files from another file-system, it would be easier for some projects to enable creating a reader directly from a IRandomAccess or InputStream and a string indicating the filename (for selecting types). Particularly when creating a library which uses ImgLib2 to read and process images, it is quite heavy to write a new custom LocationServices when reading is the only needed ability.