Uses of Record Class
org.forgerock.openig.text.Separator
Packages that use Separator
-
Uses of Separator in org.forgerock.openig.text
Methods in org.forgerock.openig.text that return SeparatorModifier and TypeMethodDescriptionSeparators.getSeparator()
Returns theSeparator
specification that the enum constant represents.Constructors in org.forgerock.openig.text with parameters of type SeparatorModifierConstructorDescriptionSeparatedValuesFile
(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.