Uses of Package
org.hansken.plugin.extraction.api.transformations
-
Packages that use org.hansken.plugin.extraction.api.transformations Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK.org.hansken.plugin.extraction.api.transformations This package contains the Data Transformations. -
Classes in org.hansken.plugin.extraction.api.transformations used by org.hansken.plugin.extraction.api Class Description DataTransformation A data transformation that the Extraction Plugin can write to aTrace
usingTrace.setData(String, DataTransformation...)
. -
Classes in org.hansken.plugin.extraction.api.transformations used by org.hansken.plugin.extraction.api.transformations Class Description DataRange A DataRange describes a range of bytes with an offset and length.DataTransformation A data transformation that the Extraction Plugin can write to aTrace
usingTrace.setData(String, DataTransformation...)
.RangedDataTransformation ARangedDataTransformation
describes a data transformation consisting of a list ofDataRange
s.RangedDataTransformation.Builder Builder for creatingRangedDataTransformation
using a syntax that is sometimes shorter than using constructors.