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 aTrace
usingTrace.setData(String, DataTransformation...)
. -
Class Summary Class Description DataRange A DataRange describes a range of bytes with an offset and length.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.