Uses of Interface
com.fasterxml.aalto.AsyncXMLStreamReader
-
Packages that use AsyncXMLStreamReader Package Description com.fasterxml.aalto Main-level package that just contains additional API types exposed above and beyond standard Stax, Stax2 and SAX API types.com.fasterxml.aalto.async Package that contains implementations of asynchronous (non-blocking) parser.com.fasterxml.aalto.stax -
-
Uses of AsyncXMLStreamReader in com.fasterxml.aalto
Methods in com.fasterxml.aalto that return AsyncXMLStreamReader Modifier and Type Method Description abstract AsyncXMLStreamReader<AsyncByteArrayFeeder>AsyncXMLInputFactory. createAsyncFor(byte[] input)Method for constructing a non-blockingXMLStreamReader2instance with specified initial input data.abstract AsyncXMLStreamReader<AsyncByteArrayFeeder>AsyncXMLInputFactory. createAsyncFor(byte[] input, int offset, int length)Method for constructing a non-blockingXMLStreamReader2instance with specified initial input data.abstract AsyncXMLStreamReader<AsyncByteBufferFeeder>AsyncXMLInputFactory. createAsyncFor(java.nio.ByteBuffer input)Method for constructing a non-blockingXMLStreamReader2instance with specified initial input data.abstract AsyncXMLStreamReader<AsyncByteArrayFeeder>AsyncXMLInputFactory. createAsyncForByteArray()Method for constructing a non-blockingXMLStreamReader2instance without any input data.abstract AsyncXMLStreamReader<AsyncByteBufferFeeder>AsyncXMLInputFactory. createAsyncForByteBuffer()Method for constructing a non-blockingXMLStreamReader2instance without any input data. -
Uses of AsyncXMLStreamReader in com.fasterxml.aalto.async
Classes in com.fasterxml.aalto.async that implement AsyncXMLStreamReader Modifier and Type Class Description classAsyncStreamReaderImpl<F extends AsyncInputFeeder>Implementation ofAsyncXMLStreamReader. -
Uses of AsyncXMLStreamReader in com.fasterxml.aalto.stax
Methods in com.fasterxml.aalto.stax that return AsyncXMLStreamReader Modifier and Type Method Description AsyncXMLStreamReader<AsyncByteArrayFeeder>InputFactoryImpl. createAsyncFor(byte[] input)AsyncXMLStreamReader<AsyncByteArrayFeeder>InputFactoryImpl. createAsyncFor(byte[] input, int offset, int length)AsyncXMLStreamReader<AsyncByteBufferFeeder>InputFactoryImpl. createAsyncFor(java.nio.ByteBuffer input)AsyncXMLStreamReader<AsyncByteArrayFeeder>InputFactoryImpl. createAsyncForByteArray()AsyncXMLStreamReader<AsyncByteBufferFeeder>InputFactoryImpl. createAsyncForByteBuffer()
-