Uses of Class
org.jsoup.internal.ConstrainableInputStream
| Package | Description |
|---|---|
| org.jsoup.internal |
Util methods used by Jsoup.
|
-
Uses of ConstrainableInputStream in org.jsoup.internal
Methods in org.jsoup.internal that return ConstrainableInputStream Modifier and Type Method Description ConstrainableInputStreamConstrainableInputStream. timeout(long startTimeNanos, long timeoutMillis)static ConstrainableInputStreamConstrainableInputStream. wrap(InputStream in, int bufferSize, int maxSize)If this InputStream is not already a ConstrainableInputStream, let it be one.