Uses of Class
com.opengamma.strata.collect.io.UriByteSource
-
Packages that use UriByteSource Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output. -
-
Uses of UriByteSource in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return UriByteSource Modifier and Type Method Description static UriByteSource
UriByteSource. of(URI uri)
Creates an instance based on the underlying URI.static UriByteSource
UriByteSource. of(URL url)
Creates an instance based on the underlying URL.
-