public interface PipedStream extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
InputStream getInputStream() throws IOException
IOExceptionOutputStream getOutputStream() throws IOException
IOExceptionCopyright © 2016. All rights reserved.