public class ProcessInputStream
extends java.io.InputStream
| 构造器和说明 |
|---|
ProcessInputStream(java.io.InputStream input,
OnCallback<Process> onProcess,
long totalBytes,
long stepBytes,
long doneBytes,
java.util.concurrent.Executor callbackExecutor) |
public ProcessInputStream(java.io.InputStream input,
OnCallback<Process> onProcess,
long totalBytes,
long stepBytes,
long doneBytes,
java.util.concurrent.Executor callbackExecutor)
public int read()
throws java.io.IOException
read 在类中 java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws java.io.IOException
read 在类中 java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available 在类中 java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close 在接口中 java.io.Closeableclose 在接口中 java.lang.AutoCloseableclose 在类中 java.io.InputStreamjava.io.IOExceptionCopyright © 2021 江苏一键联信息科技有限公司. All Rights Reserved.