Uses of Interface
com.fasterxml.aalto.AsyncByteArrayFeeder
Packages that use AsyncByteArrayFeeder
Package
Description
Main-level package that just contains additional API types exposed above and
beyond standard Stax, Stax2 and SAX API types.
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Uses of AsyncByteArrayFeeder in com.fasterxml.aalto
Methods in com.fasterxml.aalto that return types with arguments of type AsyncByteArrayFeederModifier and TypeMethodDescriptionabstract 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 AsyncByteArrayFeederModifier and TypeClassDescriptionclass
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 AsyncByteArrayFeederModifier and TypeMethodDescriptionInputFactoryImpl.createAsyncFor
(byte[] input) InputFactoryImpl.createAsyncFor
(byte[] input, int offset, int length) InputFactoryImpl.createAsyncForByteArray()