public class ByteArrayPipedStream extends Object implements PipedStream
| 构造器和说明 |
|---|
ByteArrayPipedStream(int length) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
public void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionpublic InputStream getInputStream()
getInputStream 在接口中 PipedStreampublic OutputStream getOutputStream()
getOutputStream 在接口中 PipedStreamCopyright © 2016. All rights reserved.