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