Package | Description |
---|---|
org.forgerock.openig.text |
Processes structured text in streams and files.
|
Modifier and Type | Method and Description |
---|---|
Separator |
Separators.getSeparator()
Returns the
Separator specification that the enum constant represents. |
Constructor and Description |
---|
SeparatedValuesFile(File file,
Charset charset,
Separator separator)
Builds a new SeparatedValuesFile reading the given
file . |
SeparatedValuesFile(File file,
Charset charset,
Separator separator,
boolean header)
Builds a new SeparatedValuesFile reading the given
file . |
SeparatedValuesReader(Reader input,
Separator separator)
Constructs a new separated values reader, to read a character stream from the
specified reader and use the specified separator specification.
|
Copyright 2011-2017 ForgeRock AS.