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
    Deprecated.
    use ControllableInputStream instead (but don't use that either, because this is jsoup internal!)
    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.
    Deprecated.
    Previously indicated that fields types are not nullable, unless otherwise specified by @Nullable.
    Deprecated.
    Previously indicated that all components (methods, returns, fields) are not nullable, unless otherwise specified by @Nullable.
    Util methods for normalizing strings.
    Deprecated.
    Previously indicated that return types are not nullable, unless otherwise specified by @Nullable.
    jsoup constants used between packages.
    A minimal String utility class.
    A StringJoiner allows incremental / filtered joining of a set of stringable objects.