Interface CharacterAppender

All Known Implementing Classes:
CharacterCharacteristicsAppender, CharacterRuleAppender, FillRemainingCharactersAppender

public interface CharacterAppender
Interface for appending characters to a character buffer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    append(CharBuffer target, int count)
    Fills the target buffer with at most count characters from this appender.
    Returns the characters that may be used in by this appender.
  • Method Details

    • getCharacters

      UnicodeString getCharacters()
      Returns the characters that may be used in by this appender.
      Returns:
      valid characters
    • append

      void append(CharBuffer target, int count)
      Fills the target buffer with at most count characters from this appender.
      Parameters:
      target - buffer to add characters to
      count - maximum number of characters to add to buffer