Uses of Interface
com.fasterxml.aalto.AsyncByteBufferFeeder
Packages that use AsyncByteBufferFeeder
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 AsyncByteBufferFeeder in com.fasterxml.aalto
Methods in com.fasterxml.aalto that return types with arguments of type AsyncByteBufferFeederModifier and TypeMethodDescriptionabstract AsyncXMLStreamReader
<AsyncByteBufferFeeder> AsyncXMLInputFactory.createAsyncFor
(ByteBuffer input) Method for constructing a non-blockingXMLStreamReader2
instance with specified initial input data.abstract AsyncXMLStreamReader
<AsyncByteBufferFeeder> AsyncXMLInputFactory.createAsyncForByteBuffer()
Method for constructing a non-blockingXMLStreamReader2
instance without any input data. -
Uses of AsyncByteBufferFeeder in com.fasterxml.aalto.async
Classes in com.fasterxml.aalto.async that implement AsyncByteBufferFeederModifier and TypeClassDescriptionclass
This is the base class for asynchronous (non-blocking) XML scanners. -
Uses of AsyncByteBufferFeeder in com.fasterxml.aalto.stax
Methods in com.fasterxml.aalto.stax that return types with arguments of type AsyncByteBufferFeederModifier and TypeMethodDescriptionInputFactoryImpl.createAsyncFor
(ByteBuffer input) InputFactoryImpl.createAsyncForByteBuffer()