Uses of Class
com.itextpdf.styledxmlparser.jsoup.internal.ConstrainableInputStream
-
Packages that use ConstrainableInputStream Package Description com.itextpdf.styledxmlparser.jsoup.internal -
-
Uses of ConstrainableInputStream in com.itextpdf.styledxmlparser.jsoup.internal
Methods in com.itextpdf.styledxmlparser.jsoup.internal that return ConstrainableInputStream Modifier and Type Method Description ConstrainableInputStream
ConstrainableInputStream. timeout(long startTimeNanos, long timeoutMillis)
static ConstrainableInputStream
ConstrainableInputStream. wrap(java.io.InputStream in, int bufferSize, int maxSize)
If this InputStream is not already a ConstrainableInputStream, let it be one.
-