Package test

Class TestAsyncReader

  • All Implemented Interfaces:
    javax.xml.stream.XMLStreamConstants

    public class TestAsyncReader
    extends java.lang.Object
    implements javax.xml.stream.XMLStreamConstants
    Simple helper test class for checking how stream reader handles xml documents.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static int BLOCK_SIZE  
      • Fields inherited from interface javax.xml.stream.XMLStreamConstants

        ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
    • Constructor Summary

      Constructors 
      Constructor Description
      TestAsyncReader()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      protected int test​(java.io.File file)  
      • Methods inherited from class java.lang.Object

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

      • TestAsyncReader

        public TestAsyncReader()
    • Method Detail

      • test

        protected int test​(java.io.File file)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception