Uses of Class
com.fasterxml.aalto.in.ByteBasedScanner
Packages that use ByteBasedScanner
Package
Description
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Uses of ByteBasedScanner in com.fasterxml.aalto.async
Subclasses of ByteBasedScanner in com.fasterxml.aalto.asyncModifier and TypeClassDescriptionclass
This is the base class for asynchronous (non-blocking) XML scanners.class
This is the base class for asynchronous (non-blocking) XML scanners.class
-
Uses of ByteBasedScanner in com.fasterxml.aalto.in
Subclasses of ByteBasedScanner in com.fasterxml.aalto.inModifier and TypeClassDescriptionclass
Base class for various byte stream based scanners (generally one for each type of encoding supported).final class
Scanner for tokenizing XML content from a byte stream encoding using UTF-8 encoding, or something suitably close it for decoding purposes (including ISO-Latin1 and US-ASCII).