Interface ValueReaders.IValueReader
-
- All Known Implementing Classes:
TypeManager.TypeIdentifierReader
,ValueReaders.AbstractStructReader
,ValueReaders.ArrayReader
,ValueReaders.PoolReader
,ValueReaders.PrimitiveReader
,ValueReaders.QuantityReader
,ValueReaders.ReflectiveReader
,ValueReaders.StringReader
,ValueReaders.StructReader
,ValueReaders.TicksTimestampReader
- Enclosing class:
- ValueReaders
static interface ValueReaders.IValueReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentType<?>
getContentType()
java.lang.Object
read(IDataInput in, boolean allowUnresolvedReference)
java.lang.Object
resolve(java.lang.Object value)
void
skip(IDataInput in)
-
-
-
Method Detail
-
read
java.lang.Object read(IDataInput in, boolean allowUnresolvedReference) throws java.io.IOException, InvalidJfrFileException
- Throws:
java.io.IOException
InvalidJfrFileException
-
skip
void skip(IDataInput in) throws java.io.IOException, InvalidJfrFileException
- Throws:
java.io.IOException
InvalidJfrFileException
-
resolve
java.lang.Object resolve(java.lang.Object value) throws InvalidJfrFileException
- Throws:
InvalidJfrFileException
-
getContentType
ContentType<?> getContentType()
-
-