Uses of Record Class
org.forgerock.openig.text.Separator
-
Uses of Separator in org.forgerock.openig.text
Modifier and TypeMethodDescriptionSeparators.getSeparator()
Returns theSeparator
specification that the enum constant represents.ModifierConstructorDescriptionSeparatedValuesFile
(File file, Charset charset, Separator separator) Builds a new SeparatedValuesFile reading the givenfile
.SeparatedValuesFile
(File file, Charset charset, Separator separator, boolean header) Builds a new SeparatedValuesFile reading the givenfile
.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.