Class MatcherInput

    • Constructor Detail

      • MatcherInput

        MatcherInput()
    • Method Detail

      • utf16

        static MatcherInput utf16​(java.lang.CharSequence charSequence)
        Return the MatcherInput for UTF_16 encoding.
      • utf8

        static MatcherInput utf8​(byte[] bytes)
        Return the MatcherInput for UTF_8 encoding.
      • utf8

        static MatcherInput utf8​(java.lang.String input)
        Return the MatcherInput for UTF_8 encoding.
      • asCharSequence

        abstract java.lang.CharSequence asCharSequence()
      • asBytes

        abstract byte[] asBytes()
      • length

        abstract int length()