Class AppendStdOutEvent
java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
com.carrotsearch.ant.tasks.junit4.events.AppendStdOutEvent
- All Implemented Interfaces:
IEvent
,IStreamEvent
,RemoteEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyTo
(OutputStream os) void
deserialize
(JsonReader reader) void
serialize
(JsonWriter writer) Methods inherited from class com.carrotsearch.ant.tasks.junit4.events.AbstractEvent
expectProperty, getType, readBinaryProperty, readBoolean, readLongProperty, readStringOrNullProperty, readStringProperty, writeBinaryProperty, writeDescription
-
Field Details
-
chunk
private byte[] chunk
-
-
Constructor Details
-
AppendStdOutEvent
protected AppendStdOutEvent() -
AppendStdOutEvent
public AppendStdOutEvent(byte[] b, int off, int len)
-
-
Method Details
-
copyTo
- Specified by:
copyTo
in interfaceIStreamEvent
- Throws:
IOException
-
serialize
- Specified by:
serialize
in interfaceRemoteEvent
- Throws:
IOException
-
deserialize
- Specified by:
deserialize
in interfaceRemoteEvent
- Throws:
IOException
-