public interface Location
Analogous to a uniform
resource identifier (URI
), a location identifies where
the data resides, without necessarily specifying how to access that
data. The DataHandle
interface defines a plugin that knows how to
provide a stream of bytes for a particular kind of location.
Copyright © 2009–2015 SciJava. All rights reserved.