Package | Description |
---|---|
org.jsoup.internal |
Util methods used by Jsoup.
|
Modifier and Type | Method and Description |
---|---|
ConstrainableInputStream |
ConstrainableInputStream.timeout(long startTimeNanos,
long timeoutMillis) |
static ConstrainableInputStream |
ConstrainableInputStream.wrap(InputStream in,
int bufferSize,
int maxSize)
If this InputStream is not already a ConstrainableInputStream, let it be one.
|
Copyright © 2009–2021 Jonathan Hedley. All rights reserved.