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 FileByteSourceFileByteSource. of(File file)Creates an instance based on the underlying file.static FileByteSourceFileByteSource. of(Path path)Creates an instance based on a file path.
-