Uses of Package
com.fasterxml.aalto.util
Packages that use com.fasterxml.aalto.util
Package
Description
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Classes in com.fasterxml.aalto.util used by com.fasterxml.aalto.asyncClassDescriptionThis is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp. for encodings never needed, which may be the case for ascii etc).Simple constant container interface, shared by input and output sides.
-
Classes in com.fasterxml.aalto.util used by com.fasterxml.aalto.inClassDescriptionThis is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.This class defines the basic high-level interface for symbol table implementations, especially regarding how they are obtained and reused.Class conceptually similar to
StringBuilder, but that allows for bit more efficient building, using segmented internal buffers, and direct access to these buffers.This is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp. for encodings never needed, which may be the case for ascii etc).Simple constant container interface, shared by input and output sides. -
Classes in com.fasterxml.aalto.util used by com.fasterxml.aalto.outClassDescriptionThis class defines the basic high-level interface for symbol table implementations, especially regarding how they are obtained and reused.This is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp. for encodings never needed, which may be the case for ascii etc).
-
Classes in com.fasterxml.aalto.util used by com.fasterxml.aalto.utilClassDescriptionSimple implementation of "null iterator", iterator that has nothing to iterate over.Class conceptually similar to
StringBuilder, but that allows for bit more efficient building, using segmented internal buffers, and direct access to these buffers.Simple constant container interface, shared by input and output sides.