public class PipeStream extends Object
| Constructor and Description |
|---|
PipeStream()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream()
Returns a new input stream that can read from the pipe.
|
OutputStream |
getOutputStream()
Returns a new output stream that can write into the pipe.
|
public InputStream getInputStream()
public OutputStream getOutputStream()
Copyright © 2005–2025. All rights reserved.