Class RFC1522QCodec

    • Field Detail

      • DEFAULT_ENCODE_BLANKS

        public static final boolean DEFAULT_ENCODE_BLANKS
        See Also:
        Constant Field Values
    • Constructor Detail

      • RFC1522QCodec

        public RFC1522QCodec()
        Default constructor with the UTF-8 charset.
      • RFC1522QCodec

        public RFC1522QCodec​(@Nonnull
                             Charset aCharset)
        Constructor which allows for the selection of a default charset.
        Parameters:
        aCharset - the default string charset to use.