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 stream
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.