Class CharsetStringBuilder.Iso88591StringBuilder

    • Constructor Detail

      • Iso88591StringBuilder

        public Iso88591StringBuilder()
        Deprecated.
    • Method Detail

      • append

        public void append​(byte b)
        Deprecated.
        Specified by:
        append in interface CharsetStringBuilder
        Parameters:
        b - An encoded byte to append
      • append

        public void append​(char c)
        Deprecated.
        Specified by:
        append in interface CharsetStringBuilder
        Parameters:
        c - A decoded character to append
      • append

        public void append​(java.lang.CharSequence chars,
                           int offset,
                           int length)
        Deprecated.
        Specified by:
        append in interface CharsetStringBuilder
        Parameters:
        chars - sequence of decoded characters
        offset - offset into the array
        length - the number of character to append from the sequence.
      • build

        public java.lang.String build()
        Deprecated.
        Description copied from interface: CharsetStringBuilder

        Build the completed string and reset the buffer.

        Specified by:
        build in interface CharsetStringBuilder
        Returns:
        The decoded built string which must be complete in regard to any multibyte sequences.