| java.lang.Object org.w3c.tidy.ValidUTF8Sequence
ValidUTF8Sequence | public class ValidUTF8Sequence (Code) | | author: Fabrizio Giustina (translation from c) version: $Revision: 1.2 $ ($Author: fgiust $) |
Constructor Summary | |
public | ValidUTF8Sequence(int lowChar, int highChar, int numBytes, char[] validBytes) Instantiates a new ValidUTF8Sequence. |
highChar | int highChar(Code) | | high char.
|
lowChar | int lowChar(Code) | | low char.
|
numBytes | int numBytes(Code) | | number of bytes.
|
validBytes | char[] validBytes(Code) | | array of valid bytes.
|
ValidUTF8Sequence | public ValidUTF8Sequence(int lowChar, int highChar, int numBytes, char[] validBytes)(Code) | | Instantiates a new ValidUTF8Sequence.
Parameters: lowChar - low utf8 char Parameters: highChar - high utf8 char Parameters: numBytes - number of bytes in the sequence Parameters: validBytes - valid bytes array |
|
|