Package org.jsoup.internal


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
    Description
    A jsoup internal class (so don't use it as there is no contract API) that enables constraints on an Input Stream, namely a maximum read size, and the ability to Thread.interrupt() the read.
    Indicates that fields types are not nullable, unless otherwise specified by @Nullable.
    Indicates that all components (methods, returns, fields) are not nullable, unless otherwise specified by @Nullable.
    Util methods for normalizing strings.
    Indicates return types are not nullable, unless otherwise specified by @Nullable.
    A minimal String utility class.
    A StringJoiner allows incremental / filtered joining of a set of stringable objects.