Class FromEclipseQueue

java.lang.Object
java.io.InputStream
com.parctechnologies.eclipse.FromEclipseQueue
All Implemented Interfaces:
Closeable, AutoCloseable

public class FromEclipseQueue extends InputStream
A queue for sending data from ECLiPSe to Java. This class performs no processing of the data and cannot for example, deal with EXDR format (see EXDRInputStream for a class which can handle this).

In addition to the standard methods inherited from its superclass, this class also provides the ability to attach a QueueListener object to the FromEclipseQueue, as a handler for incoming data.

There is no public constructor; to access an FromEclipseQueue use the createFromEclipseQueue() of an object implementing the EclipseConnection interface or the getEclipseStderr() or getEclipseStdout() method of an object implementing the EclipseEngine interface.