| Package | Description |
|---|---|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.