- All Known Subinterfaces:
DataLocator.DataLocatorProperty
public interface DataLocator
Provides an accessor for a data locator property (
URL
and
InputStream
).-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder for a data locator property.static interface
Provides a mutator for a data locator property.static interface
Provides a property (getter / setter) for a data locator property (width and height). -
Method Summary
Modifier and TypeMethodDescriptionGets the data input stream.Gets the data url.
-
Method Details
-
getDataUrl
URL getDataUrl()Gets the data url.- Returns:
- the data url
-
getDataInputStream
InputStream getDataInputStream()Gets the data input stream.- Returns:
- the data input stream
-