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
public class AppendStdOutEvent extends AbstractEvent implements IStreamEvent
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
chunk
-
Constructor Summary
Constructors Modifier Constructor Description protected
AppendStdOutEvent()
AppendStdOutEvent(byte[] b, int off, int len)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
copyTo(java.io.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
-
-
-
-
Method Detail
-
copyTo
public void copyTo(java.io.OutputStream os) throws java.io.IOException
- Specified by:
copyTo
in interfaceIStreamEvent
- Throws:
java.io.IOException
-
serialize
public void serialize(JsonWriter writer) throws java.io.IOException
- Specified by:
serialize
in interfaceRemoteEvent
- Throws:
java.io.IOException
-
deserialize
public void deserialize(JsonReader reader) throws java.io.IOException
- Specified by:
deserialize
in interfaceRemoteEvent
- Throws:
java.io.IOException
-
-