interface IValueReader
Modifier and Type | Method and Description |
---|---|
ContentType<?> |
getValueType() |
java.lang.Object |
readValue(byte[] bytes,
Offset offset,
long timestamp)
Reads an objects from a byte array starting at a given offset.
|
java.lang.Object readValue(byte[] bytes, Offset offset, long timestamp) throws InvalidJfrFileException
data
- the data to read the object fromoffset
- the offset to start read from. Will be moved to the end of the parsed datatimestamp
- the timestamp of the object to readInvalidJfrFileException
ContentType<?> getValueType()