Uses of Interface
org.eclipse.debug.core.model.IBinaryStreamMonitor
Packages that use 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
Methods in org.eclipse.debug.core with parameters of type IBinaryStreamMonitorModifier 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
Methods in org.eclipse.debug.core.model that return IBinaryStreamMonitorModifier 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.