Package org.refcodes.data
Interface DataLocator.DataLocatorBuilder<B extends DataLocator.DataLocatorBuilder<B>>
-
- Type Parameters:
B- the generic type
- All Known Subinterfaces:
DataLocator.DataLocatorPropertyBuilder
- Enclosing interface:
- DataLocator
public static interface DataLocator.DataLocatorBuilder<B extends DataLocator.DataLocatorBuilder<B>>Provides a builder for a data locator property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithDataInputStream(InputStream aInputStream)With data input stream.BwithDataUrl(URL aUrl)With data url.
-
-
-
Method Detail
-
withDataInputStream
B withDataInputStream(InputStream aInputStream)
With data input stream.- Parameters:
aInputStream- the input stream- Returns:
- the b
-
-