The byte array is the content of the exec file that would be written. With

    new java.io.ByteArrayInputStream(array)

you can easily convert it to an InputStream that can be read by the JaCoCo APIs.

Regards,
-marc

On 2018-05-12 07:19, [email protected] wrote:
Hi Marc!

Thank you for the reply!

The runtime API looks promising. It appears I can retrieve the IAgent
instance and call getExecutionData().

However, that returns a byte array. To what could I pass this byte
array to, to start analyzing the data and retrieving method coverage
information?

Thank you!

--
You received this message because you are subscribed to the Google Groups "JaCoCo 
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/e2448bb10ca046c96aec9b49c1305491%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to