static interface ValueReaders.IValueReader
Modifier and Type | Method and Description |
---|---|
ContentType<?> |
getContentType() |
java.lang.Object |
read(IDataInput in,
boolean allowUnresolvedReference) |
java.lang.Object |
resolve(java.lang.Object value) |
void |
skip(IDataInput in) |
java.lang.Object read(IDataInput in, boolean allowUnresolvedReference) throws java.io.IOException, InvalidJfrFileException
java.io.IOException
InvalidJfrFileException
void skip(IDataInput in) throws java.io.IOException, InvalidJfrFileException
java.io.IOException
InvalidJfrFileException
java.lang.Object resolve(java.lang.Object value) throws InvalidJfrFileException
InvalidJfrFileException
ContentType<?> getContentType()