org.w3c.tidy
Class ValidUTF8Sequence
java.lang.Object
org.w3c.tidy.ValidUTF8Sequence
public class ValidUTF8Sequence
- extends Object
- Version:
- $Revision: 587 $ ($Author: fgiust $)
- Author:
- Fabrizio Giustina (translation from c)
Constructor Summary |
ValidUTF8Sequence(int lowChar,
int highChar,
int numBytes,
char[] validBytes)
Instantiates a new ValidUTF8Sequence. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidUTF8Sequence
public ValidUTF8Sequence(int lowChar,
int highChar,
int numBytes,
char[] validBytes)
- Instantiates a new ValidUTF8Sequence.
- Parameters:
lowChar
- low utf8 charhighChar
- high utf8 charnumBytes
- number of bytes in the sequencevalidBytes
- valid bytes array
Copyright © 2000-2010 sourceforge. All Rights Reserved.