public class SimpleEvaluationObject.SimpleOutputHandler
extends java.lang.Object
implements com.twosigma.beakerx.jvm.threads.BeakerOutputHandler
| Constructor and Description |
|---|
SimpleOutputHandler(boolean error) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public void write(int b)
write in interface com.twosigma.beakerx.jvm.threads.BeakerOutputHandlerpublic void write(byte[] b)
write in interface com.twosigma.beakerx.jvm.threads.BeakerOutputHandlerpublic void write(byte[] b,
int off,
int len)
write in interface com.twosigma.beakerx.jvm.threads.BeakerOutputHandler