Uses of Interface
com.fasterxml.aalto.AsyncByteArrayFeeder
-
Packages that use AsyncByteArrayFeeder 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 AsyncByteArrayFeeder in com.fasterxml.aalto
Methods in com.fasterxml.aalto that return types with arguments of type AsyncByteArrayFeeder Modifier and Type Method Description abstract AsyncXMLStreamReader<AsyncByteArrayFeeder>
AsyncXMLInputFactory. createAsyncFor(byte[] input)
Method for constructing a non-blockingXMLStreamReader2
instance with specified initial input data.abstract AsyncXMLStreamReader<AsyncByteArrayFeeder>
AsyncXMLInputFactory. createAsyncFor(byte[] input, int offset, int length)
Method for constructing a non-blockingXMLStreamReader2
instance with specified initial input data.abstract AsyncXMLStreamReader<AsyncByteArrayFeeder>
AsyncXMLInputFactory. createAsyncForByteArray()
Method for constructing a non-blockingXMLStreamReader2
instance without any input data. -
Uses of AsyncByteArrayFeeder in com.fasterxml.aalto.async
Classes in com.fasterxml.aalto.async that implement AsyncByteArrayFeeder Modifier and Type Class Description class
AsyncByteArrayScanner
This is the base class for asynchronous (non-blocking) XML scanners. -
Uses of AsyncByteArrayFeeder in com.fasterxml.aalto.stax
Methods in com.fasterxml.aalto.stax that return types with arguments of type AsyncByteArrayFeeder Modifier and Type Method Description AsyncXMLStreamReader<AsyncByteArrayFeeder>
InputFactoryImpl. createAsyncFor(byte[] input)
AsyncXMLStreamReader<AsyncByteArrayFeeder>
InputFactoryImpl. createAsyncFor(byte[] input, int offset, int length)
AsyncXMLStreamReader<AsyncByteArrayFeeder>
InputFactoryImpl. createAsyncForByteArray()
-