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.
-
Class Summary Class Description ControllableInputStream A 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.Functions An internal class containing functions for use withMap.computeIfAbsent(Object, Function)
.Normalizer Util methods for normalizing strings.SharedConstants jsoup constants used between packages.StringUtil A minimal String utility class.StringUtil.StringJoiner A StringJoiner allows incremental / filtered joining of a set of stringable objects.