Class StringValueParser


  • @PublicEvolving
    public class StringValueParser
    extends FieldParser<StringValue>
    Converts a variable length field of a byte array into a StringValue. The byte contents between delimiters is interpreted as an ASCII string. The string may be quoted in double quotes. For quoted strings, whitespaces (space and tab) leading and trailing before and after the quotes are removed.
    See Also:
    StringValue
    • Constructor Detail

      • StringValueParser

        public StringValueParser()