|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacoco.core.data.ExecutionDataReader
public class ExecutionDataReader
Deserialization of execution data from binary streams.
Constructor Summary | |
---|---|
ExecutionDataReader(InputStream input)
Creates a new reader based on the given input stream input. |
Method Summary | |
---|---|
void |
read()
Reads all data and reports it to the corresponding visitors. |
void |
setExecutionDataVisitor(IExecutionDataVisitor visitor)
Sets an listener for execution data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionDataReader(InputStream input)
input
- input stream to read execution data fromMethod Detail |
---|
public void setExecutionDataVisitor(IExecutionDataVisitor visitor)
visitor
- public void read() throws IOException
IOException
- might be thrown by the underlying input stream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |