Package org.hansken.plugin.extraction.api.transformations
This package contains the Data Transformations.
Currently only the RangedDataTransformation is supported.
- Since:
- 0.3.0
- Author:
- Netherlands Forensic Institute
-
Interface Summary Interface Description DataTransformation A data transformation that the Extraction Plugin can write to aTraceusingTrace.setData(String, DataTransformation...). -
Class Summary Class Description DataRange A DataRange describes a range of bytes with an offset and length.RangedDataTransformation ARangedDataTransformationdescribes a data transformation consisting of a list ofDataRanges.RangedDataTransformation.Builder Builder for creatingRangedDataTransformationusing a syntax that is sometimes shorter than using constructors.