Uses of Class
com.opengamma.strata.collect.io.IniFileOutput
-
Packages that use IniFileOutput Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output. -
-
Uses of IniFileOutput in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return IniFileOutput Modifier and Type Method Description static IniFileOutput
IniFileOutput. standard(Appendable underlying)
Creates an instance, using the system default line separator and including additional whitespace around the '=' separator.static IniFileOutput
IniFileOutput. standard(Appendable underlying, boolean padSeparatorWithWhitespace)
Creates an instance, using the system default line separator and allowing the padding around the '=' separator to be controlled.static IniFileOutput
IniFileOutput. standard(Appendable underlying, boolean padSeparatorWithWhitespace, String newLine)
Creates an instance, allowing the new line separator and the padding around the '=' separator to be controlled.static IniFileOutput
IniFileOutput. standard(Appendable underlying, String newLine)
Creates an instance, allowing the new line separator to be controlled and including additional whitespace around the '=' separator.
-