public class FilePipedStream extends Object implements PipedStream
| 构造器和说明 |
|---|
FilePipedStream(File file) |
FilePipedStream(String tempdir) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
public FilePipedStream(String tempdir)
public FilePipedStream(File file)
public void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionpublic InputStream getInputStream() throws IOException
getInputStream 在接口中 PipedStreamIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream 在接口中 PipedStreamIOExceptionCopyright © 2016. All rights reserved.