Uses of Interface
org.eclipse.debug.core.model.IBinaryStreamMonitor
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
-
Uses of IBinaryStreamMonitor in org.eclipse.debug.core
Modifier and TypeMethodDescriptionvoid
IBinaryStreamListener.streamAppended
(byte[] data, IBinaryStreamMonitor monitor) Notifies this listener that data has been appended to the given stream monitor. -
Uses of IBinaryStreamMonitor in org.eclipse.debug.core.model
Modifier and TypeMethodDescriptionIBinaryStreamsProxy.getBinaryErrorStreamMonitor()
Returns a monitor for the error stream of this proxy's process, ornull
if not supported.IBinaryStreamsProxy.getBinaryOutputStreamMonitor()
Returns a monitor for the output stream of this proxy's process, ornull
if not supported.