public interface IStreamsProxy2 extends IStreamsProxy
Clients should implement this interface, in addition to
IStreamsProxy
, if interested closing the standard
input stream.
Modifier and Type | Method and Description |
---|---|
void |
closeInputStream()
Closes the output stream connected to the standard input stream
of this proxy's process.
|
getErrorStreamMonitor, getOutputStreamMonitor, write
void closeInputStream() throws IOException
IOException
- if unable to close the streamGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.