Package org.miaixz.bus.http.plugin.httpv
Class ProgressStream
java.lang.Object
java.io.InputStream
org.miaixz.bus.http.plugin.httpv.ProgressStream
-
Constructor Summary
ConstructorsConstructorDescriptionProgressStream(InputStream input, Callback<Progress> onProcess, long totalBytes, long stepBytes, long doneBytes, Executor callbackExecutor) -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ProgressStream
public ProgressStream(InputStream input, Callback<Progress> onProcess, long totalBytes, long stepBytes, long doneBytes, Executor callbackExecutor)
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-