public class ProcessInputStream extends InputStream
| 构造器和说明 |
|---|
ProcessInputStream(InputStream input,
Consumer<Process> onProcess,
long totalBytes,
long stepBytes,
long doneBytes,
Executor callbackExecutor) |
public ProcessInputStream(InputStream input, Consumer<Process> onProcess, long totalBytes, long stepBytes, long doneBytes, Executor callbackExecutor)
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic int available()
throws IOException
available 在类中 InputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionCopyright © 2025 zhouxu. All rights reserved.