Uses of Class
org.ojalgo.concurrent.ExternalProcessExecutor.RingBufferOutput
-
Packages that use ExternalProcessExecutor.RingBufferOutput Package Description org.ojalgo.concurrent -
-
Uses of ExternalProcessExecutor.RingBufferOutput in org.ojalgo.concurrent
Fields in org.ojalgo.concurrent declared as ExternalProcessExecutor.RingBufferOutput Modifier and Type Field Description private ExternalProcessExecutor.RingBufferOutputExternalProcessExecutor.WorkerChannel. myErrBufferConstructors in org.ojalgo.concurrent with parameters of type ExternalProcessExecutor.RingBufferOutput Constructor Description WorkerChannel(ProcessOptions options, java.lang.Thread owner, java.lang.Process proc, java.io.OutputStream toChild, java.io.InputStream fromChild, java.io.InputStream err, java.lang.Thread errDrainer, ExternalProcessExecutor.RingBufferOutput errBuffer)
-