Class TextLineParser

  • All Implemented Interfaces:
    InputParser<java.lang.String>

    @MachineParser(supportsHierarchicalNames=false)
    public class TextLineParser
    extends java.lang.Object
    implements InputParser<java.lang.String>
    Implements a generic line parser, i.e., data instances are assumed to be given in a single line of text.
    Author:
    Holger Eichelberger, SSE
    • Constructor Detail

      • TextLineParser

        public TextLineParser​(java.lang.String charset,
                              java.lang.String separator)
        Creates a new text line parser.
        Parameters:
        charset - the charset of the text encoding (preliminary as string)
        separator - the separator to be used between data fields