Uses of Class
com.opengamma.strata.collect.io.FileByteSource
-
Packages that use FileByteSource Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output. -
-
Uses of FileByteSource in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return FileByteSource Modifier and Type Method Description static FileByteSource
FileByteSource. of(File file)
Creates an instance based on the underlying file.static FileByteSource
FileByteSource. of(Path path)
Creates an instance based on a file path.
-