Package org.jsoup.internal
@NullMarked package org.jsoup.internal
Util methods used by Jsoup. Please don't depend on the APIs implemented here as the contents may change without notice.
-
ClassesClassDescriptionA jsoup internal class (so don't use it as there is no contract API) that enables controls on a buffered input stream, namely a maximum read size, and the ability to Thread.interrupt() the read.An internal class containing functions for use with
Map.computeIfAbsent(
.Object, Function) Util methods for normalizing strings.A jsoup internal class to wrap an Appendable and throw IOExceptions as SerializationExceptions.jsoup constants used between packages.A simple decoding InputStreamReader that recycles internal buffers.SoftPool<T>A SoftPool is a ThreadLocal that holds a SoftReference to a pool of initializable objects.A minimal String utility class.A StringJoiner allows incremental / filtered joining of a set of stringable objects.