Package test
Class TestAsyncReader
- java.lang.Object
-
- test.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
-
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)
-
-
-
Field Detail
-
BLOCK_SIZE
static final int BLOCK_SIZE
- See Also:
- Constant Field Values
-
-