Package | Description |
---|---|
org.jsoup.internal |
Util methods used by Jsoup.
|
Modifier and Type | Method | 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–2018 Jonathan Hedley. All rights reserved.