nu.validator.htmlparser.test
Class DecoderLoopTester
java.lang.Object
nu.validator.htmlparser.test.DecoderLoopTester
public class DecoderLoopTester
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEAD_OFFSET
private static final int LEAD_OFFSET
- See Also:
- Constant Field Values
NUMBER_OR_ASTRAL_CHARS
private static final int NUMBER_OR_ASTRAL_CHARS
- See Also:
- Constant Field Values
DecoderLoopTester
public DecoderLoopTester()
runTest
private void runTest(int padding)
throws SAXException,
IOException
- Throws:
SAXException
IOException
compare
private void compare(HtmlInputStreamReader reader,
int padding,
char[] charArr,
byte[] byteArr)
throws SAXException,
IOException
- Parameters:
padding
- charArr
- byteArr
-
- Throws:
SAXException
IOException
runTests
void runTests()
throws SAXException,
IOException
- Throws:
SAXException
IOException
main
public static void main(String[] args)
throws IOException,
SAXException
- Parameters:
args
-
- Throws:
IOException
SAXException