Package org.w3c.tidy

Class ValidUTF8Sequence


  • public class ValidUTF8Sequence
    extends java.lang.Object
    Version:
    $Revision: 587 $ ($Author: fgiust $)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int highChar
      high char.
      (package private) int lowChar
      low char.
      (package private) int numBytes
      number of bytes.
      (package private) char[] validBytes
      array of valid bytes.
    • Constructor Summary

      Constructors 
      Constructor Description
      ValidUTF8Sequence​(int lowChar, int highChar, int numBytes, char[] validBytes)
      Instantiates a new ValidUTF8Sequence.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lowChar

        int lowChar
        low char.
      • highChar

        int highChar
        high char.
      • numBytes

        int numBytes
        number of bytes.
      • validBytes

        char[] validBytes
        array of valid bytes.
    • Constructor Detail

      • ValidUTF8Sequence

        public ValidUTF8Sequence​(int lowChar,
                                 int highChar,
                                 int numBytes,
                                 char[] validBytes)
        Instantiates a new ValidUTF8Sequence.
        Parameters:
        lowChar - low utf8 char
        highChar - high utf8 char
        numBytes - number of bytes in the sequence
        validBytes - valid bytes array