Uses of Class
org.jsoup.internal.ControllableInputStream
-
Uses of ControllableInputStream in org.jsoup.internal
Modifier and TypeMethodDescription<ProgressContext>
ControllableInputStreamControllableInputStream.onProgress
(int contentLength, Progress<ProgressContext> callback, ProgressContext context) ControllableInputStream.timeout
(long startTimeNanos, long timeoutMillis) static ControllableInputStream
ControllableInputStream.wrap
(InputStream in, int maxSize) If this InputStream is not already a ControllableInputStream, let it be one.static ControllableInputStream
ControllableInputStream.wrap
(InputStream in, int bufferSize, int maxSize) If this InputStream is not already a ControllableInputStream, let it be one.